forked from External/mage
Implemented Gorm the Great
This commit is contained in:
parent
3fdfccce30
commit
8556285f0c
5 changed files with 80 additions and 1 deletions
|
|
@ -76,6 +76,10 @@ public abstract class RequirementEffect extends ContinuousEffectImpl {
|
|||
return null;
|
||||
}
|
||||
|
||||
public int getMinNumberOfBlockers() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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