diff --git a/game/modules/tome/data/talents/cursed/predator.lua b/game/modules/tome/data/talents/cursed/predator.lua index 38c867ff1145dd4d80a177b27f9a9a7ae864e7c8..b0312609fd0ee630a5b4836bd871ce41dc51a493 100644 --- a/game/modules/tome/data/talents/cursed/predator.lua +++ b/game/modules/tome/data/talents/cursed/predator.lua @@ -173,8 +173,10 @@ newTalent{ return math.min(35, math.pow(self:getTalentLevel(t), 0.7) * 7) end, on_learn = function(self, t) + self:removeEffect(self.EFF_MIMIC, true, true) end, on_unlearn = function(self, t) + self:removeEffect(self.EFF_MIMIC, true, true) end, info = function(self, t) local maxIncrease = t.getMaxIncrease(self, t)