mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Add "special" property for secondary skills
This commit is contained in:
@@ -75,6 +75,7 @@ public:
|
||||
void serializeJson(JsonSerializeFormat & handler);
|
||||
|
||||
bool onlyOnWaterMap;
|
||||
bool special;
|
||||
|
||||
friend class CSkillHandler;
|
||||
friend DLL_LINKAGE std::ostream & operator<<(std::ostream & out, const CSkill & skill);
|
||||
|
||||
Reference in New Issue
Block a user