From 48b6dbfd2eba11e4f1ae79c978f868fc2fb339d3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 5 Jan 2021 15:31:20 -0300 Subject: Do not spam about Grinchboos after event is over --- world/map/npc/annuals/xmas/2020.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'world/map/npc/annuals') 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; -- cgit v1.2.3-60-g2f50