From fb429e8c1fc9ed5a0b27812e341e6ec94de13723 Mon Sep 17 00:00:00 2001 From: Loki Date: Wed, 26 Sep 2012 09:51:27 +1200 Subject: [PATCH] remove "Land" subtype --- Mage.Sets/src/mage/sets/worldwake/EyeOfUgin.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/worldwake/EyeOfUgin.java b/Mage.Sets/src/mage/sets/worldwake/EyeOfUgin.java index 3d42e36aa32..8f2d96f4fad 100644 --- a/Mage.Sets/src/mage/sets/worldwake/EyeOfUgin.java +++ b/Mage.Sets/src/mage/sets/worldwake/EyeOfUgin.java @@ -65,7 +65,6 @@ public class EyeOfUgin extends CardImpl { super(ownerId, 136, "Eye of Ugin", Rarity.MYTHIC, new CardType[]{CardType.LAND}, null); this.expansionSetCode = "WWK"; this.supertype.add("Legendary"); - this.subtype.add("Land"); // Colorless Eldrazi spells you cast cost {2} less to cast. this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SpellsCostReductionEffect(filterSpells, 2)));