diff --git a/help.cpp b/help.cpp index dfb9cffa..573662dd 100644 --- a/help.cpp +++ b/help.cpp @@ -312,6 +312,8 @@ string generateHelpForItem(eItem it) { } } + if(inv::on && it == itInventory) + help += "\n\n" + XLAT(inv::helptext); return help; }