* Ghirapur Guide - Fixed that the effect of the activated ability lasted while Ghirapur Guide was on the battlefield instead only until end of turn.

This commit is contained in:
LevelX2 2016-11-20 00:33:01 +01:00
parent 3eb2531cee
commit 5ea1724112

View file

@ -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 "