forked from External/mage
Added Dueling Grounds
This commit is contained in:
parent
e9638bcc4d
commit
ceb0dfc10b
14 changed files with 238 additions and 13 deletions
|
|
@ -65,7 +65,7 @@ public abstract class RestrictionEffect extends ContinuousEffectImpl {
|
|||
return true;
|
||||
}
|
||||
|
||||
public boolean canAttack(UUID defenderId, Ability source, Game game) {
|
||||
public boolean canAttack(Permanent attacker, UUID defenderId, Ability source, Game game) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue