forked from External/mage
Captured by the Consulate incorrectly prevented creature from blocking
This commit is contained in:
parent
16e82ac582
commit
d01e8303e8
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ public class CapturedByTheConsulate extends CardImpl {
|
|||
Ability ability = new EnchantAbility(auraTarget.getTargetName());
|
||||
this.addAbility(ability);
|
||||
|
||||
// Enchanted creature can't attack or block.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantAttackAttachedEffect (AttachmentType.AURA)));
|
||||
// Enchanted creature can't attack.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantAttackAttachedEffect(AttachmentType.AURA)));
|
||||
|
||||
// Whenever an opponent casts a spell, if it has a single target, change the target to enchanted creature if able.
|
||||
this.addAbility(new CapturedByTheConsulateTriggeredAbility(Zone.BATTLEFIELD, new CapturedByTheConsulateEffect()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue