Fixed test failure

This commit is contained in:
Daniel Bomar 2021-01-17 11:20:51 -06:00
parent 721ae2dbe9
commit c1575af1ac
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -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.