From f16281e315b504f33854eccd1bd8ff7b79f24b05 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Thu, 20 Sep 2018 11:40:14 -0400 Subject: [PATCH] fixed Vigorspore Wurm boost not being locked in --- Mage.Sets/src/mage/cards/v/VigorsporeWurm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/v/VigorsporeWurm.java b/Mage.Sets/src/mage/cards/v/VigorsporeWurm.java index 5867f5eaf73..71214ca815b 100644 --- a/Mage.Sets/src/mage/cards/v/VigorsporeWurm.java +++ b/Mage.Sets/src/mage/cards/v/VigorsporeWurm.java @@ -45,7 +45,7 @@ public final class VigorsporeWurm extends CardImpl { false, "Undergrowth — " ); 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());