Fix Archive Trap (wrong subtype added with previous commit)

This commit is contained in:
North 2012-03-30 22:22:42 +03:00
parent b031b751be
commit 108dfac426

View file

@ -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());