Fix MGB not always turning off and make it work for discs

This commit is contained in:
Michael Cook (mackal)
2015-10-14 16:36:38 -04:00
parent 98bc7f0ccd
commit efeb80cc8b
3 changed files with 16 additions and 6 deletions
+2
View File
@@ -425,6 +425,8 @@ public:
virtual int32 CalcMaxHP();
inline int32 GetMaxMana() const { return max_mana; }
inline int32 GetMana() const { return cur_mana; }
virtual int32 GetEndurance() const { return 0; }
virtual void SetEndurance(int32 newEnd) { return; }
int32 GetItemHPBonuses();
int32 GetSpellHPBonuses();
virtual const int32& SetMana(int32 amount);