Introducing new Random Pauper Color Deck gen in Deck Chooser

This commit is contained in:
Valerio Maggio
2023-05-17 17:30:03 +01:00
parent fd3ed6e49f
commit fa09f8e21a
2 changed files with 14 additions and 6 deletions

View File

@@ -627,6 +627,9 @@ public class FDeckChooser extends JPanel implements IDecksComboBoxListener {
case MODERN_COLOR_DECK:
updateColors(FModel.getFormats().getModern().getFilterPrinted());
break;
case PAUPER_COLOR_DECK:
updateColors(FModel.getFormats().getPauper().getFilterPrinted());
break;
case STANDARD_CARDGEN_DECK:
if(FModel.isdeckGenMatrixLoaded()) {
updateMatrix(FModel.getFormats().getStandard());