Skip to content

Commit 4482756

Browse files
committed
increase the screen transition time
1 parent a5ba6f5 commit 4482756

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
@@ -434,7 +434,7 @@ class AutoBattle @Inject constructor(
434434
support.selectSupport()
435435

436436
if (!isContinuing) {
437-
4.seconds.wait()
437+
7.seconds.wait()
438438
startQuest()
439439

440440
// Wait timer till battle starts.

0 commit comments

Comments
 (0)