mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Quick fix for random generated theme decks - these should work now
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user