1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-16 01:59:44 +00:00

Frog comment improved

This commit is contained in:
Zeno Rogue
2024-10-11 15:52:06 +02:00
parent f46d551f13
commit d90dcdcff5
5 changed files with 23 additions and 10 deletions

View File

@@ -705,8 +705,11 @@ EX string generateHelpForMonster(eMonster m) {
}
eItem it = frog_power(m);
if(it)
if(it) {
s += XLAT("\n\nThis Frog uses the power of %the1. You get 5 charges yourself for killing it.", it);
s += XLAT("\n\nFrogs move first, and after they use their jumping power, they stun adjacent non-frog monsters which are not friendly to the player for 2 turns.");
}
if(m == moBat || m == moEagle)
s += XLAT("\n\nFast flying creatures may attack or go against gravity only in their first move.", m);