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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6171 51575b47-30f0-44d4-a5cc-537603b46e54
parent ada2e3d1
No related branches found
No related tags found
No related merge requests found
......@@ -41,13 +41,13 @@ newTalent{
local c = self:getTalentFromId(self.T_CONDUIT)
local auras = self:isTalentActive(c.id)
if auras.k_aura_on then
val[PHYSICAL] = val[PHYSICAL] + 1
val.PHYSICAL = val.PHYSICAL + 1
end
if auras.t_aura_on then
val[FIRE] = 1
val.FIRE = 1
end
if auras.c_aura_on then
val[LIGHTNING] = 1
val.LIGHTNING = 1
end
return val
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