This commit is contained in:
Alex W. Jackson 2022-10-26 17:28:00 -04:00
parent 8aaabc7490
commit 93e4d0944b

View file

@ -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);