1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 11:08:05 +00:00

fixed 'Orb of the Love'

This commit is contained in:
Zeno Rogue
2021-12-12 20:41:11 +01:00
parent 32bfdf42c3
commit 5d476fff1c
5 changed files with 5 additions and 5 deletions

View File

@@ -269,7 +269,7 @@ EX string helptitle(string s, color_t col) {
string princessReviveHelp() {
if(inv::on) return "";
string h = "\n\n" +
XLAT("Killed %1 can be revived with Orb of the Love, after you collect 20 more $$$.", moPrincess);
XLAT("Killed %1 can be revived with an Orb of Love, after you collect 20 more $$$.", moPrincess);
if(princess::reviveAt)
h += "\n\n" +
XLAT("%The1 will be revivable at %2 $$$", moPrincess, its(princess::reviveAt));