summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/clear_vars.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index ee4a2151..451000d1 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -2,7 +2,7 @@
function script isChristmas21 {
// FIXME: 12/12 = 346; 26/12 = 360; 09/01 = 9 (OBVIOUSLY)
- return (gettime(8) >= 346 || gettime(8) <= 9);
+ return (gettime(8) >= 346 || gettime(8) <= 9 || $@XMAS21);
}
function script ClearVariables {