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

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