From 4f73cd92c9335c69d1ef97b0d64d8b33d9c7cd31 Mon Sep 17 00:00:00 2001 From: LOSSES Don <1384036+Losses@users.noreply.github.com> Date: Fri, 14 Jun 2024 21:31:50 +0800 Subject: [PATCH] fix: Incorrect story config --- src/stories/se01ep06.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stories/se01ep06.ts b/src/stories/se01ep06.ts index b4c918f..2b171a4 100644 --- a/src/stories/se01ep06.ts +++ b/src/stories/se01ep06.ts @@ -37,7 +37,7 @@ export const SE1EP06 = [ ThemeEvent(Time(0, 14, 32), 'desert'), ThemeEvent(Time(0, 14, 33), 'god'), LowRpmLimitEvent(Time(0, 14, 33), 170), - EndEvent(Time(0, 31, 43)), - ThemeEvent(Time(0, 30, 43), 'clear'), + EndEvent(Time(0, 30, 44)), + ThemeEvent(Time(0, 30, 44), 'clear'), DebugAlertEvent(Time(0, 31, 45), 'Hmmmm'), ]; \ No newline at end of file