mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
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.
|
||||
this.addAbility(new DealsDamageToAPlayerAllTriggeredAbility(
|
||||
new AddPoisonCounterTargetEffect(2), filter,
|
||||
false, SetTargetPointer.PLAYER, true
|
||||
false, SetTargetPointer.PLAYER, true, true
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue