forked from External/mage
Redesigned handling of attack allowed check related to the complete attack.
This commit is contained in:
parent
359dc3f537
commit
4d01eb143a
15 changed files with 267 additions and 176 deletions
|
|
@ -69,6 +69,10 @@ public abstract class RestrictionEffect extends ContinuousEffectImpl {
|
|||
return true;
|
||||
}
|
||||
|
||||
public boolean canAttackCheckAfter(int numberOfAttackers, Ability source, Game game) {
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean canBlock(Permanent attacker, Permanent blocker, Ability source, Game game) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue