Skip to content

Commit dd85e97

Browse files
committed
increase the screen transition time
1 parent 4870850 commit dd85e97

File tree

1 file changed

+1
-1
lines changed
  • scripts/src/main/java/io/github/fate_grand_automata/scripts/entrypoints

1 file changed

+1
-1
lines changed

scripts/src/main/java/io/github/fate_grand_automata/scripts/entrypoints/AutoBattle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class AutoBattle @Inject constructor(
433433
support.selectSupport()
434434

435435
if (!isContinuing) {
436-
4.seconds.wait()
436+
7.seconds.wait()
437437
startQuest()
438438

439439
// Wait timer till battle starts.

0 commit comments

Comments
 (0)