forked from External/mage
fix The Destined Thief
This commit is contained in:
parent
153cac5587
commit
9c5e4b0698
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class TheDestinedThiefTriggeredAbility extends TriggeredAbilityImpl implements B
|
||||||
new DrawDiscardControllerEffect(1, 1),
|
new DrawDiscardControllerEffect(1, 1),
|
||||||
FullPartyCondition.instance, "draw a card, then discard a card. " +
|
FullPartyCondition.instance, "draw a card, then discard a card. " +
|
||||||
"If you have a full party, instead draw three cards"
|
"If you have a full party, instead draw three cards"
|
||||||
), true);
|
), false);
|
||||||
setTriggerPhrase("Whenever one or more creatures you control deal combat damage to one or more players, ");
|
setTriggerPhrase("Whenever one or more creatures you control deal combat damage to one or more players, ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue