1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 07:16:01 +00:00

Grammar fix to Alt-to-highlight message.

This commit is contained in:
Jacob Mandelson
2022-10-05 20:26:17 -07:00
parent 1aa4242ace
commit 00c4d2c0a5
5 changed files with 5 additions and 5 deletions

View File

@@ -672,7 +672,7 @@ EX void collectMessage(cell *c2, eItem which) {
addMessage(XLAT("Better find some other place."));
}
else if(which == itHunting && items[itHunting] == 4 && !specialmode && !ISMOBWEB)
addMessage(XLAT("Hint: hold Alt to highlights enemies and other important features."));
addMessage(XLAT("Hint: hold Alt to highlight enemies and other important features."));
else if(which == itSpice && items[itSpice] == U10*7/10 && !specialmode && isLandIngame(laHell))
addMessage(XLAT("You have a vision of the future, fighting demons in Hell..."));
else if(which == itSpice && items[itSpice] == U10-1 && !specialmode && isLandIngame(laRedRock))