Skip to content

Commit

Permalink
give players more time to hunt down the builders in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
quasilyte committed Apr 25, 2024
1 parent f153a03 commit 009cc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/staging/tutorial_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ func (m *tutorialManager) maybeCompleteStep() bool {
break
}
}
m.stepTicks = 160
m.stepTicks = 220
return true

case 34:
Expand Down

0 comments on commit 009cc34

Please sign in to comment.