diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 23:12:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 23:12:16 -0300 |
commit | 407522caf1a7486e73fa8aabf75e9f48c9606b9b (patch) | |
tree | 6e8405333fba4f09deb5a5df7cb24e67f851c441 /npc | |
parent | 3cba54478158221f7c62c567f8de321384abed48 (diff) | |
download | serverdata-407522caf1a7486e73fa8aabf75e9f48c9606b9b.tar.gz serverdata-407522caf1a7486e73fa8aabf75e9f48c9606b9b.tar.bz2 serverdata-407522caf1a7486e73fa8aabf75e9f48c9606b9b.tar.xz serverdata-407522caf1a7486e73fa8aabf75e9f48c9606b9b.zip |
...
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/paxel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |