mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-31 02:08:50 +00:00
added Domination to Snake Nest; set some data
This commit is contained in:
@@ -572,8 +572,8 @@ string generateHelpForLand(eLand l) {
|
||||
s += XLAT("Unavailable in the multiplayer mode.\n");
|
||||
}
|
||||
|
||||
if(noChaos(l))
|
||||
s += XLAT("Unavailable in the Chaos mode.\n");
|
||||
/* if(noChaos(l))
|
||||
s += XLAT("Unavailable in the Chaos mode.\n"); */
|
||||
|
||||
if(l == laWildWest)
|
||||
s += XLAT("Bonus land, available only in some special modes.\n");
|
||||
|
||||
Reference in New Issue
Block a user