mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Introducing new Random Pauper Color Deck gen in Deck Chooser
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user