mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Added corresponding subtypes to the UrzaTron lands
This commit is contained in:
parent
2708392e2d
commit
3af5542291
3 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,7 @@ import mage.cards.CardImpl;
|
||||||
public class UrzasMine extends CardImpl {
|
public class UrzasMine extends CardImpl {
|
||||||
public UrzasMine(UUID ownerId) {
|
public UrzasMine(UUID ownerId) {
|
||||||
super(ownerId, 447, "Urza's Mine", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
|
super(ownerId, 447, "Urza's Mine", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
|
||||||
|
this.subtype.add("Urza's Mine");
|
||||||
this.expansionSetCode = "5ED";
|
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.
|
// {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.
|
||||||
|
|
|
@ -43,6 +43,7 @@ import mage.cards.CardImpl;
|
||||||
public class UrzasPowerPlant extends CardImpl {
|
public class UrzasPowerPlant extends CardImpl {
|
||||||
public UrzasPowerPlant(UUID ownerId) {
|
public UrzasPowerPlant(UUID ownerId) {
|
||||||
super(ownerId, 448, "Urza's Power Plant", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
|
super(ownerId, 448, "Urza's Power Plant", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
|
||||||
|
this.subtype.add("Urza's Power Plant");
|
||||||
this.expansionSetCode = "5ED";
|
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.
|
// {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.
|
||||||
|
|
|
@ -43,6 +43,7 @@ import mage.cards.CardImpl;
|
||||||
public class UrzasTower extends CardImpl {
|
public class UrzasTower extends CardImpl {
|
||||||
public UrzasTower(UUID ownerId) {
|
public UrzasTower(UUID ownerId) {
|
||||||
super(ownerId, 449, "Urza's Tower", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
|
super(ownerId, 449, "Urza's Tower", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
|
||||||
|
this.subtype.add("Urza's Tower");
|
||||||
this.expansionSetCode = "5ED";
|
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.
|
// {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.
|
||||||
|
|
Loading…
Reference in a new issue