summaryrefslogtreecommitdiff
path: root/npc/functions/seasons.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r--npc/functions/seasons.txt5
1 files changed, 5 insertions, 0 deletions
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;
}