From 646dda0bd264c65bd28b6452b6e2a660932c6208 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 14 Oct 2017 13:07:13 +0200 Subject: [PATCH] the help for Orb Strategy Mode did not appear when it should --- help.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; }