mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[EOE] Implement Virulent Silencer
This commit is contained in:
parent
14f17dff91
commit
eb32ef42f8
3 changed files with 56 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ public class AddPoisonCounterTargetEffect extends OneShotEffect {
|
|||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
return getTargetPointer().describeTargets(mode.getTargets(), "it") +
|
||||
return getTargetPointer().describeTargets(mode.getTargets(), "that player") +
|
||||
(getTargetPointer().isPlural(mode.getTargets()) ? " get " : " gets ") +
|
||||
CardUtil.getSimpleCountersText(amount, "a", "poison");
|
||||
CardUtil.getSimpleCountersText(amount, "a", "poison");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue