mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
fixed 'Orb of the Love'
This commit is contained in:
parent
32bfdf42c3
commit
5d476fff1c
2
help.cpp
2
help.cpp
@ -269,7 +269,7 @@ EX string helptitle(string s, color_t col) {
|
|||||||
string princessReviveHelp() {
|
string princessReviveHelp() {
|
||||||
if(inv::on) return "";
|
if(inv::on) return "";
|
||||||
string h = "\n\n" +
|
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)
|
if(princess::reviveAt)
|
||||||
h += "\n\n" +
|
h += "\n\n" +
|
||||||
XLAT("%The1 will be revivable at %2 $$$", moPrincess, its(princess::reviveAt));
|
XLAT("%The1 will be revivable at %2 $$$", moPrincess, its(princess::reviveAt));
|
||||||
|
@ -4444,7 +4444,7 @@ S("and not in a chaos without norms.\"",
|
|||||||
S("You have enough treasure now to revive %the1!",
|
S("You have enough treasure now to revive %the1!",
|
||||||
"Nyní máš dost pokladů na to, abys mohl oživit %a1!")
|
"Nyní máš dost pokladů na to, abys mohl oživit %a1!")
|
||||||
|
|
||||||
S("Killed %1 can be revived with Orb of the Love, after you collect 20 more $$$.",
|
S("Killed %1 can be revived with an Orb of Love, after you collect 20 more $$$.",
|
||||||
"Zabit%ého1 %a1 je možné oživit pomocí Sféry Lásky, "
|
"Zabit%ého1 %a1 je možné oživit pomocí Sféry Lásky, "
|
||||||
"ale předtím musíš získat ještě 20 $$$."
|
"ale předtím musíš získat ještě 20 $$$."
|
||||||
)
|
)
|
||||||
|
@ -4360,7 +4360,7 @@ S("and not in a chaos without norms.\"",
|
|||||||
S("You have enough treasure now to revive %the1!",
|
S("You have enough treasure now to revive %the1!",
|
||||||
"Masz dość skarbów, by przywrócić %a1 do życia!")
|
"Masz dość skarbów, by przywrócić %a1 do życia!")
|
||||||
|
|
||||||
S("Killed %1 can be revived with Orb of the Love, after you collect 20 more $$$.",
|
S("Killed %1 can be revived with an Orb of Love, after you collect 20 more $$$.",
|
||||||
"Zabit%ya1 %1 może zostać przywrócona do życia Sferą Miłości, "
|
"Zabit%ya1 %1 może zostać przywrócona do życia Sferą Miłości, "
|
||||||
"po zdobyciu 20 dodatkowych $$$."
|
"po zdobyciu 20 dodatkowych $$$."
|
||||||
)
|
)
|
||||||
|
@ -4446,7 +4446,7 @@ S("and not in a chaos without norms.\"",
|
|||||||
S("You have enough treasure now to revive %the1!",
|
S("You have enough treasure now to revive %the1!",
|
||||||
"Masz dość skarbów, by przywrócić %a1 do życia!")
|
"Masz dość skarbów, by przywrócić %a1 do życia!")
|
||||||
|
|
||||||
S("Killed %1 can be revived with Orb of the Love, after you collect 20 more $$$.",
|
S("Killed %1 can be revived with an Orb of Love, after you collect 20 more $$$.",
|
||||||
"Zabit%ya1 %1 może zostać przywrócona do życia Sferą Miłości, "
|
"Zabit%ya1 %1 może zostać przywrócona do życia Sferą Miłości, "
|
||||||
"po zdobyciu 20 dodatkowych $$$."
|
"po zdobyciu 20 dodatkowych $$$."
|
||||||
)
|
)
|
||||||
|
@ -4501,7 +4501,7 @@ S("and not in a chaos without norms.\"",
|
|||||||
S("You have enough treasure now to revive %the1!",
|
S("You have enough treasure now to revive %the1!",
|
||||||
"У вас достаточно сокровищ, чтобы оживить %a1!")
|
"У вас достаточно сокровищ, чтобы оживить %a1!")
|
||||||
|
|
||||||
S("Killed %1 can be revived with Orb of the Love, after you collect 20 more $$$.",
|
S("Killed %1 can be revived with an Orb of Love, after you collect 20 more $$$.",
|
||||||
"Убит%y1 %1 может быть оживлён при помощи Сферы любви, когда Вы соберёте "
|
"Убит%y1 %1 может быть оживлён при помощи Сферы любви, когда Вы соберёте "
|
||||||
"ещё 20 $$$."
|
"ещё 20 $$$."
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user