Skip to content

Commit

Permalink
Add # of steps that player advances in a turn
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Jul 13, 2024
1 parent 1fd2b77 commit 3f8ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvp/client/ui/src/components/SessionData.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</p>
<div class={`session-controls ${$isOnNarrowScreen ? "flex-row" : "flex-col"}`}>
<button on:mousedown={advanceToNextDay} disabled={$dayInProgress}>
Advance to next day
Advance to next day (25 steps)
</button>
<button on:mousedown={doMaintenance} disabled={$maintenanceButtonDisabled}>
Perform Maintenance (${maintenanceCost})
Expand Down

0 comments on commit 3f8ca0e

Please sign in to comment.