Skip to content

Commit

Permalink
Fix round booster count (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert authored Jun 26, 2024
1 parent dbcded9 commit 9d27cd0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9d27cd0

Please sign in to comment.