summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-22 05:20:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-22 05:20:29 -0300
commit6c10cfe5cbed6f2ec2461909aa8837df5572448e (patch)
tree5a7c90e8708b435b7e3221f675121f42a8754144 /npc
parent6514fa29627a32acc1eae90030af682623c471d8 (diff)
downloadserverdata-6c10cfe5cbed6f2ec2461909aa8837df5572448e.tar.gz
serverdata-6c10cfe5cbed6f2ec2461909aa8837df5572448e.tar.bz2
serverdata-6c10cfe5cbed6f2ec2461909aa8837df5572448e.tar.xz
serverdata-6c10cfe5cbed6f2ec2461909aa8837df5572448e.zip
Add debug variable ($@XMAS21_OVERRIDE) so I can temporarily bypass restrictions.
Diffstat (limited to 'npc')
-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 {