Skip to content
Snippets Groups Projects
Commit caf30f5b authored by DarkGod's avatar DarkGod
Browse files

meh

parent 2db8004d
No related branches found
No related tags found
No related merge requests found
...@@ -802,7 +802,7 @@ newTalent{ ...@@ -802,7 +802,7 @@ newTalent{
getArmor = function(self, t) return math.ceil(self:combatTalentSpellDamage(t, 20, 50, getParadoxSpellpower(self, t))) end, getArmor = function(self, t) return math.ceil(self:combatTalentSpellDamage(t, 20, 50, getParadoxSpellpower(self, t))) end,
callbackOnActBase = function(self, t) callbackOnActBase = function(self, t)
local maxspikes = t.getArmor(self, t) local maxspikes = t.getArmor(self, t)
if self.carbon_armor < maxspikes then if self.carbon_armor and self.carbon_armor < maxspikes then
self.carbon_armor = self.carbon_armor + 1 self.carbon_armor = self.carbon_armor + 1
end end
end, 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