From 5ea17241123c67ed240158356335999ae40b040f Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sun, 20 Nov 2016 00:33:01 +0100 Subject: [PATCH] * Ghirapur Guide - Fixed that the effect of the activated ability lasted while Ghirapur Guide was on the battlefield instead only until end of turn. --- .../effects/common/combat/CantBeBlockedByAllTargetEffect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/main/java/mage/abilities/effects/common/combat/CantBeBlockedByAllTargetEffect.java b/Mage/src/main/java/mage/abilities/effects/common/combat/CantBeBlockedByAllTargetEffect.java index 34d6d52a5e7..4d1136e4b42 100644 --- a/Mage/src/main/java/mage/abilities/effects/common/combat/CantBeBlockedByAllTargetEffect.java +++ b/Mage/src/main/java/mage/abilities/effects/common/combat/CantBeBlockedByAllTargetEffect.java @@ -21,7 +21,7 @@ public class CantBeBlockedByAllTargetEffect extends RestrictionEffect { private final FilterCreaturePermanent filterBlockedBy; public CantBeBlockedByAllTargetEffect(FilterCreaturePermanent filterBlockedBy, Duration duration) { - super(Duration.WhileOnBattlefield); + super(duration); this.filterBlockedBy = filterBlockedBy; staticText = "Target creature" + " can't be blocked "