diff --git a/scripts/Script.rb b/scripts/Script.rb index 6f6565f..9ac70bf 100644 --- a/scripts/Script.rb +++ b/scripts/Script.rb @@ -737,6 +737,9 @@ def plight_start_timer end def plight_update_timer + if $game_oneshot.plight_timer == nil + plight_start_timer + end Script.tmp_v1 = ((Time.now - $game_oneshot.plight_timer) / 60).to_i end