Skip to content

Commit 009cc34

Browse files
committed
give players more time to hunt down the builders in tutorial
1 parent f153a03 commit 009cc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenes/staging/tutorial_manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ func (m *tutorialManager) maybeCompleteStep() bool {
488488
break
489489
}
490490
}
491-
m.stepTicks = 160
491+
m.stepTicks = 220
492492
return true
493493

494494
case 34:

0 commit comments

Comments
 (0)