help for land no longer displays help for l, not specialland

This commit is contained in:
Zeno Rogue 2019-01-03 02:06:50 +01:00
parent 846032ece2
commit ca46a511fb
1 changed files with 1 additions and 1 deletions

View File

@ -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);