mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* 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:
parent
3eb2531cee
commit
5ea1724112
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue