Skip to content

Commit

Permalink
Merge pull request #1819 from gereon77/fix-random-cannot-be-activated…
Browse files Browse the repository at this point in the history
…-with-evo

Fix Random draft cannot be used with House card evolution
  • Loading branch information
gereon77 authored Feb 7, 2024
2 parents 6c60074 + 3fddafa commit 46c73bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export default class LobbyGameState extends GameState<EntireGame> {
settings.thematicDraft = false;
settings.limitedDraft = false;
settings.blindDraft = false;
settings.randomDraft = false;
}

if (settings.setupId == "a-feast-for-crows") {
Expand Down

0 comments on commit 46c73bf

Please sign in to comment.