This commit is contained in:
KayenEQ
2021-10-05 15:50:26 -04:00
parent 61d1eeab6f
commit 55d45f9a98
7 changed files with 19 additions and 7 deletions
-1
View File
@@ -848,7 +848,6 @@ public:
int GetHealRate() const { return itembonuses.HealRate + spellbonuses.HealRate + aabonuses.HealRate; }
int GetMemoryBlurChance(int base_chance);
bool TryDoubleMeleeRoundEffect();
bool GetUseDoubleMeleeRoundDmgBonus() const { return use_double_melee_round_dmg_bonus; }
inline void SetUseDoubleMeleeRoundDmgBonus(bool val) { use_double_melee_round_dmg_bonus = val; }