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

Fix wild summon:spider healing reduction

git-svn-id: http://svn.net-core.org/repos/t-engine4@6388 51575b47-30f0-44d4-a5cc-537603b46e54
parent b1f12a3f
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ newTalent{
}
if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
m.name = m.name.." (wild summon)"
m[#m+1] = resolvers.inscription("INFUSION:_INSIDIOUS_POISON", {cooldown=12, range=6, heal_factor=0.6, power=self:getTalentLevel(t) * 60})
m[#m+1] = resolvers.inscription("INFUSION:_INSIDIOUS_POISON", {cooldown=12, range=6, heal_factor=60, power=self:getTalentLevel(t) * 60})
end
if self:knowTalent(self.T_BLIGHTED_SUMMONING) then m:learnTalent(m.T_CORROSIVE_WORM, true, 3) 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