diff options
-rw-r--r-- | world/map/npc/annuals/xmas/2020.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/annuals/xmas/2020.txt b/world/map/npc/annuals/xmas/2020.txt index 87b07a85..0490d1a7 100644 --- a/world/map/npc/annuals/xmas/2020.txt +++ b/world/map/npc/annuals/xmas/2020.txt @@ -124,7 +124,14 @@ OnTimer15000: initnpctimer; end; +L_Abort: + end; + OnClock1800: + if (!$@xmas_time) + goto L_Abort; + if ($@xmas_time == $@xmas_reward_time) + goto L_Abort; initnpctimer; // WARNING: Do not duplicate!! announce "Santa : Ho ho ho, I see a huge movement by the grinchboos!", 0; |