Make decaying spell bonuses not depend on CaclBonuses being called some other way

This just sets a flag that will tell us we need to recalc bonuses every tick

Before these kind of depended on it being caused some other way
This commit is contained in:
Michael Cook (mackal)
2016-07-23 13:55:36 -04:00
parent 1f5dcb6965
commit 5f588934a9
3 changed files with 41 additions and 16 deletions
+1
View File
@@ -1277,6 +1277,7 @@ protected:
bool last_los_check;
bool pseudo_rooted;
bool endur_upkeep;
bool degenerating_effects; // true if we have a buff that needs to be recalced every tick
// Bind wound
Timer bindwound_timer;