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