mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Added mustBlockAllAttackers
This commit is contained in:
parent
92e5d8de0a
commit
7cf73917e6
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
package mage.abilities.effects;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.constants.Duration;
|
||||
|
|
@ -98,6 +99,10 @@ public abstract class RequirementEffect extends ContinuousEffectImpl {
|
|||
return null;
|
||||
}
|
||||
|
||||
public List<UUID> mustBlockAllAttackers(Ability source, Game game) {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Player related check The player returned or controlled planeswalker must
|
||||
* be attacked with at least one attacker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue