summaryrefslogtreecommitdiff
path: root/npc/functions/game_rules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/game_rules.txt')
-rw-r--r--npc/functions/game_rules.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/game_rules.txt b/npc/functions/game_rules.txt
index 1f127a29..d67887f3 100644
--- a/npc/functions/game_rules.txt
+++ b/npc/functions/game_rules.txt
@@ -149,6 +149,7 @@ L_Italian:
L_End:
set @read, 1;
- set TUT_var, TUT_var | 1;
+ if (TUT_var == 0)
+ set TUT_var, gettimetick(2);
return;
}