mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
- Fixed #8959
This commit is contained in:
parent
2497e44182
commit
5ed2c1f4c9
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue