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

Fixed Bitting Gale rune to correctly register the damage done by the attacker

parent 16912c46
No related branches found
No related tags found
No related merge requests found
......@@ -704,7 +704,7 @@ newInscription{
if not target or target == self then return end
-- Minor damage, apply stun resist reduction, freeze
DamageType:get(DamageType.COLD).projector(target, tx, ty, DamageType.COLD, damage)
DamageType:get(DamageType.COLD).projector(self, tx, ty, DamageType.COLD, damage)
target:setEffect(target.EFF_WET, 5, {apply_power=data.inc_stat})
if target:canBe("stun") then
target:setEffect(target.EFF_FROZEN, 2, {hp=damage*1.5, apply_power=apply})
......
......@@ -911,7 +911,7 @@ newTalent{
faction = self.faction,
summoner = self, summoner_gain_exp=true,
summon_time = 6,
ai_target = {actor=target}
ai_target = {actor=target},
no_drops = 1,
}
setupSummon(self, m, x, y)
......
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