mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-21 18:23:15 +00:00
help for land no longer displays help for l, not specialland
This commit is contained in:
parent
846032ece2
commit
ca46a511fb
2
help.cpp
2
help.cpp
@ -722,7 +722,7 @@ string generateHelpForLand(eLand l) {
|
||||
}
|
||||
|
||||
|
||||
auto lv = land_validity(specialland);
|
||||
auto lv = land_validity(l);
|
||||
if(lv.flags & lv::display_in_help)
|
||||
s += "\n\n" + XLAT(lv.msg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user