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

Fungal Growth correctly triggers from summoner's turtle grand arrival

git-svn-id: http://svn.net-core.org/repos/t-engine4@5778 51575b47-30f0-44d4-a5cc-537603b46e54
parent 39ecd60f
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,9 @@ newTalent{
self:project(tg, m.x, m.y, function(px, py)
local target = game.level.map(px, py, Map.ACTOR)
if not target or self:reactionToward(target) < 0 then return end
target:attr("allow_on_heal", 1)
target:heal(30 + self:combatTalentMindDamage(t, 10, 350))
target:attr("allow_on_heal", -1)
end, nil, {type="acid"})
end,
action = function(self, t)
......
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