mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
adding Random Pauper Color Deck in Gauntlet mode on mobile
This commit is contained in:
@@ -993,6 +993,11 @@ public class FDeckChooser extends FScreen {
|
|||||||
pool = ColorDeckGenerator.getColorDecks(lstDecks, FModel.getFormats().getModern().getFilterPrinted(), isAi);
|
pool = ColorDeckGenerator.getColorDecks(lstDecks, FModel.getFormats().getModern().getFilterPrinted(), isAi);
|
||||||
config = ItemManagerConfig.STRING_ONLY;
|
config = ItemManagerConfig.STRING_ONLY;
|
||||||
break;
|
break;
|
||||||
|
case PAUPER_COLOR_DECK:
|
||||||
|
maxSelections = 3;
|
||||||
|
pool = ColorDeckGenerator.getColorDecks(lstDecks, FModel.getFormats().getPauper().getFilterPrinted(), isAi);
|
||||||
|
config = ItemManagerConfig.STRING_ONLY;
|
||||||
|
break;
|
||||||
case THEME_DECK:
|
case THEME_DECK:
|
||||||
pool = DeckProxy.getAllThemeDecks();
|
pool = DeckProxy.getAllThemeDecks();
|
||||||
config = ItemManagerConfig.STRING_ONLY;
|
config = ItemManagerConfig.STRING_ONLY;
|
||||||
@@ -1419,6 +1424,7 @@ public class FDeckChooser extends FScreen {
|
|||||||
DeckType.STANDARD_COLOR_DECK,
|
DeckType.STANDARD_COLOR_DECK,
|
||||||
DeckType.STANDARD_CARDGEN_DECK,
|
DeckType.STANDARD_CARDGEN_DECK,
|
||||||
DeckType.MODERN_COLOR_DECK,
|
DeckType.MODERN_COLOR_DECK,
|
||||||
|
DeckType.PAUPER_COLOR_DECK,
|
||||||
DeckType.PIONEER_CARDGEN_DECK,
|
DeckType.PIONEER_CARDGEN_DECK,
|
||||||
DeckType.HISTORIC_CARDGEN_DECK,
|
DeckType.HISTORIC_CARDGEN_DECK,
|
||||||
DeckType.MODERN_CARDGEN_DECK,
|
DeckType.MODERN_CARDGEN_DECK,
|
||||||
|
|||||||
Reference in New Issue
Block a user