fixed Vigorspore Wurm boost not being locked in

This commit is contained in:
Evan Kranzler 2018-09-20 11:40:14 -04:00
parent 76593ab3cf
commit f16281e315

View file

@ -45,7 +45,7 @@ public final class VigorsporeWurm extends CardImpl {
false, "<i>Undergrowth</i> &mdash; "
);
ability.addEffect(new BoostTargetEffect(
xValue, xValue, Duration.EndOfTurn
xValue, xValue, Duration.EndOfTurn, true
).setText("and gets +X/+X until end of turn, "
+ "where X is the number of creature cards in your graveyard."));
ability.addTarget(new TargetCreaturePermanent());