mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Initial checkin for Winston Draft mode. The menu item for Winston Draft is currently commented out, but it should be functional even though the AI is randomnly taking piles based on pile size.
This commit is contained in:
@@ -11,6 +11,7 @@ public enum GameType {
|
||||
// deck composition rules, isPoolRestricted, can sideboard between matches
|
||||
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"),
|
||||
Quest (DeckFormat.QuestDeck, true, true, false, "Quest"),
|
||||
QuestDraft (DeckFormat.Limited, true, true, true, "Quest Draft"),
|
||||
|
||||
Reference in New Issue
Block a user