diff options
Diffstat (limited to 'world/map/npc/021-2')
-rw-r--r-- | world/map/npc/021-2/government_building.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/021-2/government_building.txt b/world/map/npc/021-2/government_building.txt index 5935d06e..ab2a9214 100644 --- a/world/map/npc/021-2/government_building.txt +++ b/world/map/npc/021-2/government_building.txt @@ -143,6 +143,7 @@ S_give_rings: if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) goto L_TrickOrTreat; +L_Begin: set @PARTY_SKILL, 3; mes "[Tathin]"; @@ -222,6 +223,7 @@ L_NotEnoughMoney: L_TrickOrTreat: callfunc "TrickOrTreat2011"; + goto L_Begin; } // Guard |