Skip to content
Snippets Groups Projects
Commit 90ee191b authored by dg's avatar dg
Browse files

Fixed permanent accuracy loss from "Disable" status effect

git-svn-id: http://svn.net-core.org/repos/t-engine4@6357 51575b47-30f0-44d4-a5cc-537603b46e54
parent d8b84cea
No related branches found
No related tags found
No related merge requests found
......@@ -1853,7 +1853,7 @@ newEffect{
end,
deactivate = function(self, eff)
self:removeTemporaryValue("movement_speed", eff.speedid)
self:removeTemporaryValue("combat_atk", eff.atk)
self:removeTemporaryValue("combat_atk", eff.atkid)
end,
}
......
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