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, 0 insertions, 4 deletions
diff --git a/world/map/npc/magic/event-boss-powerup-headshot.txt b/world/map/npc/magic/event-boss-powerup-headshot.txt
index 5c05d477..1e4152d8 100644
--- a/world/map/npc/magic/event-boss-powerup-headshot.txt
+++ b/world/map/npc/magic/event-boss-powerup-headshot.txt
@@ -3,12 +3,8 @@
end;
OnCast:
- message strcharinfo(0), "[boss-headshot] : -> OnCast";
if(call("boss_powerup_checks")) end;
- message strcharinfo(0), "[boss-headshot] : after boss powerup check";
if (getmapflag(getmap(), MF_TOWN)) goto L_Fail_town;
- message strcharinfo(0), "[boss-headshot] : after mapflags check";
-// TBD who can use this.
set @target_id, getcharid(3, @args$);
if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id) == 1) goto L_Fail_target;
if (distance(BL_ID, @target_id) > 9) goto L_Too_far;