mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
* Shardless Agent - Added missing Artifact card type.
This commit is contained in:
parent
baa24ce5b6
commit
ce20eb545e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class ShardlessAgent extends CardImpl {
|
||||
|
||||
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.subtype.add("Human");
|
||||
this.subtype.add("Rogue");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue