From 6be13484c7e4244943c3e0be3720cbef78339ad5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 20 Oct 2011 19:48:15 -0700 Subject: Fix halloween quest and add 'big reward'. --- world/map/npc/010-2/workers.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'world/map/npc/010-2/workers.txt') diff --git a/world/map/npc/010-2/workers.txt b/world/map/npc/010-2/workers.txt index 9176328f..ab2e6d5d 100644 --- a/world/map/npc/010-2/workers.txt +++ b/world/map/npc/010-2/workers.txt @@ -11,10 +11,12 @@ if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) goto L_TrickOrTreat; +L_Begin: mes "[Zack]"; mes "\"My brother and I are fixing the cellar pass.\""; close; L_TrickOrTreat: callfunc "TrickOrTreat2011"; + goto L_Begin; } -- cgit v1.2.3-70-g09d2