summaryrefslogtreecommitdiff
path: root/world/map/npc/030-1/time-traveler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/030-1/time-traveler.txt')
-rw-r--r--world/map/npc/030-1/time-traveler.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/030-1/time-traveler.txt b/world/map/npc/030-1/time-traveler.txt
index a79b812d..7c6aba65 100644
--- a/world/map/npc/030-1/time-traveler.txt
+++ b/world/map/npc/030-1/time-traveler.txt
@@ -11,6 +11,10 @@ L_Warp:
close2;
warp "030-1", 61, 29;
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}
030-1,64,33,0|script|Time Traveler#30|184
@@ -31,4 +35,8 @@ L_What:
L_Leave:
mes "Walk North from here to exit the time dilation bubble.";
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}