fix verify failure

This commit is contained in:
theelk801 2024-04-01 11:11:23 -04:00
parent 86e4dbebf3
commit 390b5714da

View file

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