Fixed Urza's Power Plant name and subtype

This commit is contained in:
fireshoes 2015-01-15 18:37:47 -06:00
parent 5ae08123de
commit fb416fdb0d

View file

@ -42,8 +42,8 @@ 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.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.