diff options
Diffstat (limited to 'world/map/npc/magic/event-boss-powerup-lifedrain.txt')
-rw-r--r-- | world/map/npc/magic/event-boss-powerup-lifedrain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/event-boss-powerup-lifedrain.txt b/world/map/npc/magic/event-boss-powerup-lifedrain.txt index 27c467d5..5399ea37 100644 --- a/world/map/npc/magic/event-boss-powerup-lifedrain.txt +++ b/world/map/npc/magic/event-boss-powerup-lifedrain.txt @@ -22,7 +22,7 @@ OnHit: L_cont: set @hpgain, min((@targethp / 4), 500); // Boss could be beefy -> clamp message strcharinfo(0, @target_id), "[boss-lifedrain] : "+strcharinfo(0, BL_ID)+" drains "+(@hpgain * 2)+" hitpoints!"; - misceffect FX_CHANNELLING_RAISE, strcharinfo(0, @target_id); + misceffect FX_CHANNELLING_RAISE_RED, strcharinfo(0, @target_id); set Hp, (@targethp - (2 * @hpgain)), @target_id; // Drain victim set @targethp, (get(Hp, BL_ID) + @hpgain); // Compute caster's HP + bonus set Hp, (@targethp), BL_ID; // Heal caster by half drain |