mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
[MBS] Magnetic Mine - fixed wrong target settings
This commit is contained in:
parent
962bb2e1ea
commit
2d63f16f43
1 changed files with 2 additions and 1 deletions
|
|
@ -24,8 +24,9 @@ public final class MagneticMine extends CardImpl {
|
|||
public MagneticMine(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.ARTIFACT},"{4}");
|
||||
|
||||
// Whenever another artifact is put into a graveyard from the battlefield, Magnetic Mine deals 2 damage to that artifact’s controller.
|
||||
MagneticMineTriggeredAbility ability = new MagneticMineTriggeredAbility(new DamageTargetEffect(2));
|
||||
ability.addTarget(new TargetPlayer());
|
||||
ability.addTarget(new TargetPlayer().withNotTarget(true));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue