1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-08 08:11:21 +00:00

land help message when failed to construct pattern

This commit is contained in:
Zeno Rogue
2026-04-19 00:44:52 +02:00
parent 9ffec4f163
commit dc3f9cb918
3 changed files with 18 additions and 4 deletions
+3
View File
@@ -829,6 +829,9 @@ EX string generateHelpForLand(eLand l) {
if(l == laWildWest)
s += XLAT("Bonus land, available only in some special modes.\n");
if(among(l, laBlizzard, laVolcano) && windmap::wind_failed)
s += XLAT("Failed to construct a wind/lava pattern. This land will not work correctly.\n");
if(l == laWhirlpool)
s += XLAT("Orbs of Safety always appear here, and may be used to escape.\n");