From 461c46eec312ef49af31f48def27f44577ebf97b Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Mon, 6 Jul 2020 15:39:37 +0200 Subject: [PATCH] * Canopy Stalker - Fixed must be blocked ability (fixes #6783). --- Mage.Sets/src/mage/cards/c/CanopyStalker.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/c/CanopyStalker.java b/Mage.Sets/src/mage/cards/c/CanopyStalker.java index 6a8c4fd2d47..364733b781b 100644 --- a/Mage.Sets/src/mage/cards/c/CanopyStalker.java +++ b/Mage.Sets/src/mage/cards/c/CanopyStalker.java @@ -13,6 +13,7 @@ import mage.constants.SubType; import mage.watchers.common.CreaturesDiedWatcher; import java.util.UUID; +import mage.constants.Duration; /** * @author TheElk801 @@ -27,7 +28,7 @@ public final class CanopyStalker extends CardImpl { this.toughness = new MageInt(2); // Canopy Stalker must be blocked if able. - this.addAbility(new SimpleStaticAbility(new MustBeBlockedByAtLeastOneSourceEffect())); + this.addAbility(new SimpleStaticAbility(new MustBeBlockedByAtLeastOneSourceEffect(Duration.WhileOnBattlefield))); // When Canopy Stalker dies, you gain 1 life for each creature that died this turn. this.addAbility(new DiesSourceTriggeredAbility(