summaryrefslogtreecommitdiff
path: root/npc/functions/time.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/time.txt')
-rw-r--r--npc/functions/time.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/time.txt b/npc/functions/time.txt
index 56f691e35..e3337af72 100644
--- a/npc/functions/time.txt
+++ b/npc/functions/time.txt
@@ -9,7 +9,7 @@ function script now {
function script santime {
.@day=60*60*24;
.@year=.@day*30*360;
- .@fact=.@year*(2018-1970);
+ .@fact=.@year*(2017-1970);
return gettimetick(2)-(.@fact);
}