Commit 23476e61929ac1e378c4b51323328b6f35c0ca99

Authored by DarkGod
1 parent 3b88f1d2

Fixed Reaping to correctly remove efeftc upon unsustaining it

... ... @@ -177,6 +177,7 @@ newTalent{
177 177 return ret
178 178 end,
179 179 deactivate = function(self, t)
  180 + game:onTickEnd(function() self:updateTalentPassives(t) end)
180 181 return true
181 182 end,
182 183 info = function(self, t)
... ...