* Fixed that the AI used activated abilities even if they were forbidden by a restriction effect like Arrest.

This commit is contained in:
LevelX2 2015-05-23 17:43:27 +02:00
parent e1a8e41702
commit 7003dc7e3f
3 changed files with 72 additions and 7 deletions

View file

@ -39,7 +39,6 @@ import mage.abilities.effects.common.AttachEffect;
import mage.abilities.effects.common.combat.CantBlockAttackActivateAttachedEffect;
import mage.abilities.keyword.EnchantAbility;
import mage.cards.CardImpl;
import mage.constants.Duration;
import mage.constants.Outcome;
import mage.target.TargetPermanent;
import mage.target.common.TargetCreaturePermanent;