* Shardless Agent - Added missing Artifact card type.

This commit is contained in:
LevelX2 2014-08-29 15:40:05 +02:00
parent baa24ce5b6
commit ce20eb545e

View file

@ -41,7 +41,7 @@ import mage.cards.CardImpl;
public class ShardlessAgent extends CardImpl { public class ShardlessAgent extends CardImpl {
public ShardlessAgent(UUID ownerId) { public ShardlessAgent(UUID ownerId) {
super(ownerId, 104, "Shardless Agent", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{G}{U}"); super(ownerId, 104, "Shardless Agent", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT,CardType.CREATURE}, "{1}{G}{U}");
this.expansionSetCode = "PC2"; this.expansionSetCode = "PC2";
this.subtype.add("Human"); this.subtype.add("Human");
this.subtype.add("Rogue"); this.subtype.add("Rogue");