summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 5de86a5b..75605749 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -155,7 +155,7 @@ OnInit:
.@t = htget(.wtime, .@m$, 0);
if (.@t <= 0) {
addmapmask(.@m$, .@mk);
- htput(.wtime, .@m$, .@tm);
+ htput(.wtime, .@m$, gettimetick(2)+.@tm);
} else {
htput(.wtime, .@m$, .@t+.@tm);
}