forked from External/mage
fixed Vigorspore Wurm boost not being locked in
This commit is contained in:
parent
76593ab3cf
commit
f16281e315
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public final class VigorsporeWurm extends CardImpl {
|
|||
false, "<i>Undergrowth</i> — "
|
||||
);
|
||||
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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue