mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
Fixed a bug that no lands were added to sealed/draft decks, if drafted with a set not included in a block and that itself does not include basic lands.
This commit is contained in:
parent
5317239a1b
commit
bbfd8de276
2 changed files with 22 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ public class ModernMasters extends ExpansionSet {
|
|||
|
||||
private ModernMasters() {
|
||||
super("Modern Masters", "MMA", "", "mage.sets.modernmasters", new GregorianCalendar(2016, 6, 7).getTime(), SetType.REPRINT);
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 0;
|
||||
this.numBoosterCommon = 11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue