Skip to content
Snippets Groups Projects
Commit 026acc0d authored by dg's avatar dg
Browse files

Leveling up/down Mimic removes the effect

git-svn-id: http://svn.net-core.org/repos/t-engine4@6778 51575b47-30f0-44d4-a5cc-537603b46e54
parent 08c2c3af
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment