This commit is contained in:
Jeff Wadsworth 2022-05-16 09:37:33 -05:00
parent 2497e44182
commit 5ed2c1f4c9

View file

@ -25,7 +25,7 @@ public final class MorbidOpportunist extends CardImpl {
// Whenever one or more other creatures die, draw a card. This ability triggers only once each turn.
this.addAbility(new DiesCreatureTriggeredAbility(
new DrawCardSourceControllerEffect(1), false
new DrawCardSourceControllerEffect(1), false, true
).setTriggerPhrase("Whenever one or more other creatures die, ").setTriggersOnce(true));
}