Merge remote-tracking branch 'Austin/deckgenerationbugfixes' into deckgenerationbugfixes

This commit is contained in:
maustin
2018-06-17 09:11:03 +01:00

View File

@@ -58,7 +58,7 @@ public class CardThemedDeckBuilder extends DeckGeneratorBase {
// Views for aiPlayable // Views for aiPlayable
protected Iterable<PaperCard> onColorCreaturesAndSpells; protected Iterable<PaperCard> onColorCreaturesAndSpells;
protected static final boolean logToConsole = false; protected static final boolean logToConsole = true;
protected static final boolean logColorsToConsole = false; protected static final boolean logColorsToConsole = false;
protected Iterable<PaperCard> keyCards; protected Iterable<PaperCard> keyCards;