[AER] Added Battke at the Bridge.

This commit is contained in:
LevelX2 2016-12-31 17:00:00 +01:00
parent 24f72004e3
commit c2852ca233
7 changed files with 246 additions and 6 deletions

View file

@ -70,8 +70,10 @@ public abstract class ActivatedManaAbilityImpl extends ActivatedAbilityImpl impl
if (!controlsAbility(playerId, game)) {
return false;
}
// check if player is in the process of playing spell costs and he is no longer allowed to use activated mana abilities (e.g. becaus he started to use improvise)
//20091005 - 605.3a
return costs.canPay(this, sourceId, controllerId, game);
}
/**