mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
moved secondary skill default bonus initialization into CSkillHandler
This commit is contained in:
@@ -63,4 +63,5 @@ public:
|
||||
|
||||
protected:
|
||||
CSkill * loadFromJson(const JsonNode & json, const std::string & identifier) override;
|
||||
const std::shared_ptr<Bonus> defaultBonus(SecondarySkill skill, int level) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user