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

oops cooldown

git-svn-id: http://svn.net-core.org/repos/t-engine4@5739 51575b47-30f0-44d4-a5cc-537603b46e54
parent 149b58cc
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ uberTalent{
end} },
action = function(self, t)
self:setEffect(self.EFF_IRRESISTIBLE_SUN, 6, {dam=50 + self:getStr() * 2})
return true
end,
info = function(self, t)
local dam = (50 + self:getStr() * 2) / 3
......
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