1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 09:50:34 +00:00

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

View File

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