Quick fix for random generated theme decks - these should work now

This commit is contained in:
austinio7116
2017-05-03 18:15:35 +00:00
parent 4e707a54f6
commit e63d1ab31b

View File

@@ -62,6 +62,7 @@ public class DeckGeneratorTheme extends DeckGeneratorBase {
*/ */
public DeckGeneratorTheme(IDeckGenPool pool0) { public DeckGeneratorTheme(IDeckGenPool pool0) {
super(pool0, DeckFormat.Constructed); super(pool0, DeckFormat.Constructed);
setBasicLandPool(null);
this.maxDuplicates = 4; this.maxDuplicates = 4;
} }