From 6c10cfe5cbed6f2ec2461909aa8837df5572448e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Nov 2021 05:20:29 -0300 Subject: Add debug variable ($@XMAS21_OVERRIDE) so I can temporarily bypass restrictions. --- npc/functions/clear_vars.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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 { -- cgit v1.2.3-70-g09d2