mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
* Pauper Format - Allowed basic lands to be included in decks.
This commit is contained in:
parent
c3c77e3974
commit
da64b8757a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ public class Pauper extends Constructed {
|
|||
//TODO: Add only Magic Online sets for pauper
|
||||
|
||||
rarities.add(Rarity.COMMON);
|
||||
rarities.add(Rarity.LAND);
|
||||
|
||||
banned.add("Cloudpost");
|
||||
banned.add("Cranial Plating");
|
||||
|
|
Loading…
Reference in a new issue