summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1/george.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/008-1/george.txt')
-rw-r--r--world/map/npc/008-1/george.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/008-1/george.txt b/world/map/npc/008-1/george.txt
index 6144aed2..3c8aff99 100644
--- a/world/map/npc/008-1/george.txt
+++ b/world/map/npc/008-1/george.txt
@@ -5,6 +5,7 @@
if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day)
goto L_TrickOrTreat;
+L_Begin:
if (getequipid(equip_head) == 617) goto L_Pirate;
if (getequipid(equip_head) == 622) goto L_Bandana;
if (getequipid(equip_head) == 621) goto L_EyePatch;
@@ -29,4 +30,5 @@ L_EyePatch:
L_TrickOrTreat:
callfunc "TrickOrTreat2011";
+ goto L_Begin;
}