mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Fix #9683
This commit is contained in:
parent
8aaabc7490
commit
93e4d0944b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public final class ScreamingSwarm extends CardImpl {
|
|||
Ability ability = new AttacksWithCreaturesTriggeredAbility(
|
||||
new MillCardsTargetEffect(ScreamingSwarmValue.instance)
|
||||
.setText("target player mills that many cards"),
|
||||
0
|
||||
1
|
||||
).setTriggerPhrase("Whenever you attack with one or more creatures, ");
|
||||
ability.addTarget(new TargetPlayer());
|
||||
this.addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue