mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Fix Archive Trap (wrong subtype added with previous commit)
This commit is contained in:
parent
b031b751be
commit
108dfac426
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class ArchiveTrap extends CardImpl<ArchiveTrap> {
|
|||
super(ownerId, 41, "Archive Trap", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{3}{U}{U}");
|
||||
this.expansionSetCode = "ZEN";
|
||||
|
||||
this.subtype.add("Elf");
|
||||
this.subtype.add("Trap");
|
||||
this.color.setBlue(true);
|
||||
|
||||
this.getSpellAbility().addTarget(new TargetOpponent());
|
||||
|
|
Loading…
Reference in a new issue