1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-02 16:00:16 +00:00

improved CA simulator

This commit is contained in:
Zeno Rogue
2019-12-07 11:12:46 +01:00
parent 0b385dd7f4
commit 17cd694952
4 changed files with 36 additions and 18 deletions

View File

@@ -706,8 +706,10 @@ EX string generateHelpForLand(eLand l) {
s += "\n\n" + XLAT(lv.msg);
#if !ISMOBILE
if(l == laCA)
if(l == laCA) {
s += XLAT("\n\nOption -mineadj 1 can be added for Moore neighborhoods.");
s += XLAT("\n\nHint: use 'm' to toggle cells quickly");
}
#endif
return s;