Use later reprints in card-themed generated decks

This commit is contained in:
maustin
2018-04-19 18:21:00 +01:00
parent d0b4fa9328
commit 0168a20e7e

View File

@@ -377,6 +377,8 @@ public class PlayerPanel extends FContainer {
private void onIsAiChanged(boolean isAi) {
deckChooser.setIsAi(isAi);
lstCommanderDecks.setIsAi(isAi);
lstTinyLeadersDecks.setIsAi(isAi);
lstBrawlDecks.setIsAi(isAi);
lstPlanarDecks.setIsAi(isAi);
lstSchemeDecks.setIsAi(isAi);
lstVanguardAvatars.setIsAi(isAi);