forked from External/mage
Set the 'onlyCombat' parameter to true
This commit is contained in:
parent
8427d9086f
commit
a14232cce2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public class SpectersShroud extends CardImpl {
|
|||
// Equipped creature gets +1/+0.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEquippedEffect(1, 0)));
|
||||
// Whenever equipped creature deals combat damage to a player, that player discards a card.
|
||||
this.addAbility(new DealsDamageToAPlayerAttachedTriggeredAbility(new DiscardTargetEffect(1), "equipped creature", false, true, false));
|
||||
this.addAbility(new DealsDamageToAPlayerAttachedTriggeredAbility(new DiscardTargetEffect(1), "equipped creature", false, true, true));
|
||||
// Equip {1}
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new GenericManaCost(1)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue