forked from External/mage
fix Virulent Silencer
This commit is contained in:
parent
2cd89bb2db
commit
53382bd6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public final class VirulentSilencer extends CardImpl {
|
||||||
// Whenever a nontoken artifact creature you control deals combat damage to a player, that player gets two poison counters.
|
// Whenever a nontoken artifact creature you control deals combat damage to a player, that player gets two poison counters.
|
||||||
this.addAbility(new DealsDamageToAPlayerAllTriggeredAbility(
|
this.addAbility(new DealsDamageToAPlayerAllTriggeredAbility(
|
||||||
new AddPoisonCounterTargetEffect(2), filter,
|
new AddPoisonCounterTargetEffect(2), filter,
|
||||||
false, SetTargetPointer.PLAYER, true
|
false, SetTargetPointer.PLAYER, true, true
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue