forked from External/mage
fixed MindlessNull canBlock method signature
This commit is contained in:
parent
8b62a1d06f
commit
6fdcbe65e7
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class MindlessNullEffect extends RestrictionEffect<MindlessNullEffect> {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean canBlock(Permanent attacker, Permanent blocker, Game game) {
|
||||
public boolean canBlock(Permanent attacker, Permanent blocker, Ability source, Game game) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue