1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

display attack type(melee/ranged) in popup window

This commit is contained in:
kdmcser
2024-10-02 19:08:40 +08:00
parent 7f8f09c8fa
commit 4896b51a5d
4 changed files with 26 additions and 9 deletions

View File

@ -81,7 +81,7 @@ private:
int takenAction(const CGHeroInstance *h, bool allowJoin=true) const; //action on confrontation: -2 - fight, -1 - flee, >=0 - will join for given value of gold (may be 0)
void giveReward(const CGHeroInstance * h) const;
std::string getMonsterLevelText() const;
};
VCMI_LIB_NAMESPACE_END