mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed Urza's Power Plant name and subtype
This commit is contained in:
parent
5ae08123de
commit
fb416fdb0d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue