1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 02:37:55 +00:00

texts improved

This commit is contained in:
Zeno Rogue
2021-05-29 20:07:59 +02:00
parent 2114446695
commit ad753b12ca
5 changed files with 26 additions and 21 deletions

View File

@@ -391,7 +391,7 @@ EX void pushThumper(const movei& mi) {
addMessage(XLAT("The die is now happy, and you are rewarded!"));
}
else {
addMessage(XLAT("The die is now happy, but won't reward you outside of the Land of Dice!"));
addMessage(XLAT("The die is now happy, but won't reward you outside of the Dice Reserve!"));
}
}
if(w == waHappyDie && dice::data[cto].happy() <= 0) {