mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
frog power is described in help
This commit is contained in:
parent
5c32589a3a
commit
de60f18636
4
help.cpp
4
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);
|
||||
|
Loading…
Reference in New Issue
Block a user