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:
4
help.cpp
4
help.cpp
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user