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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user