From 407522caf1a7486e73fa8aabf75e9f48c9606b9b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 4 Feb 2020 23:12:16 -0300 Subject: ... --- npc/017-1/paxel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/017-1') diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt index 8b66cee38..40c2f603d 100644 --- a/npc/017-1/paxel.txt +++ b/npc/017-1/paxel.txt @@ -250,7 +250,7 @@ OnOmattizator4: end; function maybeTowel { - return (gettime(GETTIME_MONTH) % 3 == 2 && gettime(GETTIME_DAYOFMONTH) >= 18 && gettime(GETTIME_DAYOFMONTH) <= 25) + return (gettime(GETTIME_MONTH) % 3 == 2 && gettime(GETTIME_DAYOFMONTH) >= 18 && gettime(GETTIME_DAYOFMONTH) <= 25); } OnInit: -- cgit v1.2.3-60-g2f50