1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Hnadling of Shrine messages now matches H3

This commit is contained in:
Ivan Savenko
2023-10-17 16:35:34 +03:00
parent 927ce4e60e
commit eedaa63f5f
5 changed files with 66 additions and 18 deletions

View File

@@ -68,6 +68,9 @@ public:
std::string getHoverText(PlayerColor player) const override;
std::string getHoverText(const CGHeroInstance * hero) const override;
std::string getDescriptionMessage(PlayerColor player) const;
std::string getDescriptionMessage(const CGHeroInstance * hero) const;
std::vector<Component> getPopupComponents(PlayerColor player) const override;
std::vector<Component> getPopupComponents(const CGHeroInstance * hero) const override;