Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix round booster count and error in setup screen with 4 players in total #5

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/setup/TilesSetup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ import ModalDialog from '@brdgm/brdgm-commons/src/components/structure/ModalDial
const SCORING_ROUND_TILES_COUNT = 6
const SCORING_FINAL_TILES_COUNT = 2
const FEDERATION_TOKEN_TOTAL = 6
const ROUND_BOOSTER_TOTAL = 6
const ROUND_BOOSTER_TOTAL = 10
const TECH_STANDARD_TILE_TOTAL = 9
const TECH_STANDARD_TILE_COUNT = 9
const TECH_ADVANCED_TILE_TOTAL = 15
Expand Down