mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Fix Mindless Null and Can't Block effect
This commit is contained in:
parent
7370baad73
commit
65004d1a5f
2 changed files with 8 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ public class CantBlockUnlessYouControlSourceEffect extends RestrictionEffect {
|
|||
public CantBlockUnlessYouControlSourceEffect(FilterControlledPermanent filter) {
|
||||
super(Duration.WhileOnBattlefield);
|
||||
this.filter = filter;
|
||||
staticText = "{this} can't block unless you control" + filter.getMessage();
|
||||
staticText = "{this} can't block unless you control " + filter.getMessage();
|
||||
}
|
||||
|
||||
public CantBlockUnlessYouControlSourceEffect(final CantBlockUnlessYouControlSourceEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue