mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Leeching Sliver fix - maybe
This commit is contained in:
parent
9fcefc8cd7
commit
47674121fe
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class LeechingSliver extends CardImpl {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
// Whenever a Sliver you control attacks, defending player loses 1 life.
|
||||
this.addAbility(new AttacksAllTriggeredAbility(new LoseLifeDefendingPlayerEffect(1, true), false, filter, SetTargetPointer.PERMANENT, true));
|
||||
this.addAbility(new AttacksAllTriggeredAbility(new LoseLifeDefendingPlayerEffect(1, true), false, filter, SetTargetPointer.PLAYER, false));
|
||||
}
|
||||
|
||||
public LeechingSliver(final LeechingSliver card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue