mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed Archive Trap - missing subtype
This commit is contained in:
parent
c8b6dde3d9
commit
8a34285d0f
1 changed files with 3 additions and 0 deletions
|
@ -53,7 +53,10 @@ public class ArchiveTrap extends CardImpl<ArchiveTrap> {
|
|||
public ArchiveTrap(UUID ownerId) {
|
||||
super(ownerId, 41, "Archive Trap", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{3}{U}{U}");
|
||||
this.expansionSetCode = "ZEN";
|
||||
|
||||
this.subtype.add("Elf");
|
||||
this.color.setBlue(true);
|
||||
|
||||
this.getSpellAbility().addTarget(new TargetOpponent());
|
||||
this.getSpellAbility().addEffect(new PutLibraryIntoGraveTargetEffect(13));
|
||||
this.getSpellAbility().addAlternativeCost(new ArchiveTrapAlternativeCost());
|
||||
|
|
Loading…
Reference in a new issue