mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed test failure
This commit is contained in:
parent
721ae2dbe9
commit
c1575af1ac
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public final class LittjaraGladeWarden extends CardImpl {
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
|
||||||
// Changeling
|
// Changeling
|
||||||
|
this.setIsAllCreatureTypes(true);
|
||||||
this.addAbility(ChangelingAbility.getInstance());
|
this.addAbility(ChangelingAbility.getInstance());
|
||||||
|
|
||||||
// {2}{G}, {T}, Exile a creature card from your graveyard: Put two +1/+1 counters on target creature. Activate this ability only any time you could cast a sorcery.
|
// {2}{G}, {T}, Exile a creature card from your graveyard: Put two +1/+1 counters on target creature. Activate this ability only any time you could cast a sorcery.
|
||||||
|
|
Loading…
Reference in a new issue