From ee3784dcc7c5ef6aaa6da1a9ad75b5f80f26ef80 Mon Sep 17 00:00:00 2001 From: Zzooouhh Date: Sat, 14 Oct 2017 14:43:12 +0200 Subject: [PATCH] Removed subtype rudiment --- Mage.Sets/src/mage/cards/t/TreacherousUrge.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/t/TreacherousUrge.java b/Mage.Sets/src/mage/cards/t/TreacherousUrge.java index 399ebf0dba..edaa9445bc 100644 --- a/Mage.Sets/src/mage/cards/t/TreacherousUrge.java +++ b/Mage.Sets/src/mage/cards/t/TreacherousUrge.java @@ -41,7 +41,6 @@ import mage.cards.Card; import mage.cards.CardImpl; import mage.cards.CardSetInfo; import mage.constants.CardType; -import mage.constants.SubType; import mage.constants.Duration; import mage.constants.Outcome; import mage.constants.Zone; @@ -61,7 +60,6 @@ public class TreacherousUrge extends CardImpl { public TreacherousUrge(UUID ownerId, CardSetInfo setInfo) { super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{4}{B}"); - this.subtype.add(SubType.ARCANE); // Target opponent reveals his or her hand. You may put a creature card from it onto the battlefield under your control. That creature gains haste. Sacrifice it at the beginning of the next end step. this.getSpellAbility().addEffect(new TreacherousUrgeEffect());