From 9b4df1b7ef28781bcf9a601077986e8f24ced32b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Dec 2018 22:15:40 -0200 Subject: Christmas is coming: Handle Christmas drops and items --- npc/functions/seasons.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/functions/seasons.txt') diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index 5f7e02e25..030581417 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -78,6 +78,11 @@ function script SeasonReload { donpcevent("#SeasonCore::OnAutumnEnd"); } + // Non-season, but season-related + // Christmas have a special feature + if ($EVENT$ == "Christmas") + sChristmas(); + $@SEASON=season(); return; } -- cgit v1.2.3-60-g2f50