forked from External/mage
fix regression on Hammer of Ruin
This commit is contained in:
parent
03e90f9f5b
commit
aeb9c514d8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public final class HammerOfRuin extends CardImpl {
|
|||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEquippedEffect(2, 0)));
|
||||
|
||||
// Whenever equipped creature deals combat damage to a player, you may destroy target Equipment that player controls.
|
||||
Ability ability = new DealsDamageToAPlayerAttachedTriggeredAbility(new DestroyTargetEffect(), "equipped creature", false, true);
|
||||
Ability ability = new DealsDamageToAPlayerAttachedTriggeredAbility(new DestroyTargetEffect(), "equipped creature", true, true);
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
ability.setTargetAdjuster(new DamagedPlayerControlsTargetAdjuster());
|
||||
this.addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue