fix The Destined Thief

This commit is contained in:
xenohedron 2025-11-22 20:44:14 -05:00
parent 153cac5587
commit 9c5e4b0698

View file

@ -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, ");
} }