From de60f1863618255ca5db2c99f7aeda4ab244600c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 1 Mar 2020 02:58:09 +0100 Subject: [PATCH] frog power is described in help --- help.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/help.cpp b/help.cpp index e4278f02..40531459 100644 --- a/help.cpp +++ b/help.cpp @@ -589,6 +589,10 @@ EX string generateHelpForMonster(eMonster m) { if(imputed.nonzero()) s += XLAT("\n\nLeaves cut offscreen (approximately): %1", imputed.get_str(10000)); } + + eItem it = frog_power(m); + if(it) + s += XLAT("\n\nThis Frog uses the power of %the1. You get 5 charges yourself for killing it.", it); if(m == moBat || m == moEagle) s += XLAT("\n\nFast flying creatures may attack or go against gravity only in their first move.", m);