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

voila

git-svn-id: http://svn.net-core.org/repos/t-engine4@5995 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7e0782d5
No related branches found
No related tags found
No related merge requests found
......@@ -401,6 +401,17 @@ setDefaultProjector(function(src, x, y, type, dam, tmp, no_martyr)
end
end
if src.talent_on_mind and next(src.talent_on_mind) and t.is_mind and not src.turn_procs.mind_talent then
for id, d in pairs(src.talent_on_mind) do
if rng.percent(d.chance) and t.id ~= d.talent then
src.turn_procs.turn_procs = true
local old = src.__projecting_for
src:forceUseTalent(d.talent, {ignore_cd=true, ignore_energy=true, force_target=target, force_level=d.level, ignore_ressources=true})
src.__projecting_for = old
end
end
end
if not target.dead and (t.is_spell or t.is_mind) and not src.turn_procs.meteoric_crash and src.knowTalent and src:knowTalent(src.T_METEORIC_CRASH) then
src.turn_procs.meteoric_crash = true
src:triggerTalent(src.T_METEORIC_CRASH, nil, target)
......
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