the help for Orb Strategy Mode did not appear when it should

This commit is contained in:
Zeno Rogue 2017-10-14 13:07:13 +02:00
parent 7560b89644
commit 646dda0bd2
1 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,8 @@ string generateHelpForItem(eItem it) {
}
}
if(inv::on && it == itInventory)
help += "\n\n" + XLAT(inv::helptext);
return help;
}