mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Fixed Urza's Power Plant subtype and UrzaTerrainValue subtype check to Urza's Power-Plant
This commit is contained in:
parent
4df66354d8
commit
97f668d9b5
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,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}, "");
|
||||
super(ownerId, 448, "Urza's Power-Plant", Rarity.COMMON, new CardType[]{CardType.LAND}, "");
|
||||
this.subtype.add("Urza's Power Plant");
|
||||
this.expansionSetCode = "5ED";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue