From 80e5a9d50e7fa2457522c302048635807bd7dcd3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Jun 2022 09:09:53 +0200 Subject: [PATCH] fixed help for life Orbs in the shmup mode --- help.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/help.cpp b/help.cpp index 288176ef..8c63bb15 100644 --- a/help.cpp +++ b/help.cpp @@ -337,7 +337,18 @@ string power_help = EX string generateHelpForItem(eItem it) { string help = helptitle(XLATN(iinf[it].name), iinf[it].color); + + if(shmup::on && isShmupLifeOrb(it)) { + int cnt = 0; + help += XLAT( + "The following Orbs act an extra lives in the shmup mode:"); + for(int i=0; i