summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/event-boss-powerup-headshot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/event-boss-powerup-headshot.txt')
-rw-r--r--world/map/npc/magic/event-boss-powerup-headshot.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/magic/event-boss-powerup-headshot.txt b/world/map/npc/magic/event-boss-powerup-headshot.txt
index 1e4152d8..f8477648 100644
--- a/world/map/npc/magic/event-boss-powerup-headshot.txt
+++ b/world/map/npc/magic/event-boss-powerup-headshot.txt
@@ -11,8 +11,8 @@ OnCast:
if ((get(Hp, @target_id)) < 1) goto L_Too_dead; // Do not touch dead
if (target(BL_ID, @target_id, 0x20) != 0x20) goto L_No_los;
set @_M_BLOCK, 1; // block casting, until the timer clears it
- addtimer 10000, "Magic Timer::OnClear"; // set the new debuff
- sc_start SC_COOLDOWN, 10000, 0, BL_ID;
+ addtimer 16000, "Magic Timer::OnClear"; // set the new debuff
+ sc_start SC_COOLDOWN, 16000, 0, BL_ID;
misceffect FX_MEDIUM_EXPLOSION, strcharinfo(0);
set @tgthp, (get(Hp, @target_id) / 2);