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

Merge branch 'summon-fixes' into 'master'

Summoner should use mindpower to apply effects

Fun as blighted summoning may be, probably better for summoner to not use spellpower to apply effects ;)

See merge request !556
parents 3ea7fc19 4b75714f
No related branches found
No related tags found
1 merge request!556Summoner should use mindpower to apply effects
Pipeline #
......@@ -403,7 +403,7 @@ newTalent{
local tg = {type="ball", range=self:getTalentRange(t), friendlyfire=false, radius=self:getTalentRadius(t), talent=t, x=m.x, y=m.y}
local explodeDamage = self:callTalent(self.T_DETONATE,"explodeSecondary")
local duration = 3
self:project(tg, m.x, m.y, DamageType.FLAMESHOCK, {dur=duration, dam=self:mindCrit(explodeDamage)})
self:project(tg, m.x, m.y, DamageType.FLAMESHOCK, {dur=duration,apply_power=self:combatMindpower(),dam=self:mindCrit(explodeDamage)})
game.level.map:particleEmitter(m.x, m.y, tg.radius, "ball_fire", {radius=tg.radius})
end,
on_arrival = function(self, t, m)
......
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