From 02761b874a7c098a69187b437ce1128319b50a9f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 00:56:18 -0300 Subject: Raise grace san time to 3 months. More than that means calculating what I am doing --- npc/functions/time.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/functions/time.txt b/npc/functions/time.txt index f54973dde..a7f344123 100644 --- a/npc/functions/time.txt +++ b/npc/functions/time.txt @@ -22,11 +22,11 @@ function script santime { return .@val; } -// Grace period when santime is reset: 1 month +// Grace period when santime is reset: 3 months // gcsantime( time ) function script gcsantime { .@m=(60*60*24*30); - if (santime() < .@m && getarg(0) > .@m*5) + if (santime() < .@m*3 && getarg(0) > .@m*5) return 1; return 0; } -- cgit v1.2.3-70-g09d2