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
|
|
@ -1108,7 +1108,7 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
return false;
|
||||
}
|
||||
for (Ability ability : effectEntry.getValue()) {
|
||||
if (!effectEntry.getKey().canAttack(defenderId, ability, game)) {
|
||||
if (!effectEntry.getKey().canAttack(this, defenderId, ability, game)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue