Added Dueling Grounds

This commit is contained in:
Quercitron 2016-02-21 17:51:02 +03:00
parent e9638bcc4d
commit ceb0dfc10b
14 changed files with 238 additions and 13 deletions

View file

@ -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;
}
}