forked from External/mage
[STX] fixed a verify error
This commit is contained in:
parent
734bd6f118
commit
39185d0b00
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public final class WitherbloomPledgemage extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{B/G}{B/G}");
|
||||
|
||||
this.subtype.add(SubType.TREEFOLK);
|
||||
this.subtype.add(SubType.WARRIOR);
|
||||
this.subtype.add(SubType.WARLOCK);
|
||||
this.power = new MageInt(5);
|
||||
this.toughness = new MageInt(5);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue