mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix verify failure
This commit is contained in:
parent
86e4dbebf3
commit
390b5714da
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ public final class StellaLeeWildCard extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{U}{R}");
|
||||
|
||||
this.supertype.add(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.HUMAN);
|
||||
this.subtype.add(SubType.ROGUE);
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(4);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue