diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/game_rules.txt | 3 |
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; } |