Added corresponding subtypes to the UrzaTron lands

This commit is contained in:
fireshoes 2015-01-15 16:45:47 -06:00
parent 2708392e2d
commit 3af5542291
3 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@ import mage.cards.CardImpl;
public class UrzasMine extends CardImpl {
public UrzasMine(UUID ownerId) {
super(ownerId, 447, "Urza's Mine", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
this.subtype.add("Urza's Mine");
this.expansionSetCode = "5ED";
// {T}: Add {1} to your mana pool. If you control an Urza's Power-Plant and an Urza's Tower, add {2} to your mana pool instead.

View file

@ -43,6 +43,7 @@ import mage.cards.CardImpl;
public class UrzasPowerPlant extends CardImpl {
public UrzasPowerPlant(UUID ownerId) {
super(ownerId, 448, "Urza's Power Plant", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
this.subtype.add("Urza's Power Plant");
this.expansionSetCode = "5ED";
// {T}: Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Tower, add {2} to your mana pool instead.

View file

@ -43,6 +43,7 @@ import mage.cards.CardImpl;
public class UrzasTower extends CardImpl {
public UrzasTower(UUID ownerId) {
super(ownerId, 449, "Urza's Tower", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
this.subtype.add("Urza's Tower");
this.expansionSetCode = "5ED";
// {T}: Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add {3} to your mana pool instead.