mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix so Gauntlets don't prompt to sideboard if your deck can't sideboard
This commit is contained in:
@@ -12,7 +12,7 @@ public enum GameType {
|
||||
Sealed (DeckFormat.Limited, true, true, true, "Sealed", ""),
|
||||
Draft (DeckFormat.Limited, true, true, true, "Draft", ""),
|
||||
Winston (DeckFormat.Limited, true, true, true, "Winston", ""),
|
||||
Gauntlet (DeckFormat.Limited, true, true, true, "Gauntlet", ""),
|
||||
Gauntlet (DeckFormat.Constructed, false, true, true, "Gauntlet", ""),
|
||||
Quest (DeckFormat.QuestDeck, true, true, false, "Quest", ""),
|
||||
QuestDraft (DeckFormat.Limited, true, true, true, "Quest Draft", ""),
|
||||
PlanarConquest (DeckFormat.PlanarConquest, true, false, false, "Planar Conquest", ""),
|
||||
|
||||
Reference in New Issue
Block a user