mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Removed subtype rudiment
This commit is contained in:
parent
a134962e83
commit
ee3784dcc7
1 changed files with 0 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue