This commit is contained in:
jeffwadsworth 2021-09-09 10:29:56 -05:00
parent ae35c1b228
commit 4badbe56b4

View file

@ -60,7 +60,8 @@ public final class KaldraCompleat extends CardImpl {
)); ));
ability.addEffect(new GainAbilityAttachedEffect( ability.addEffect(new GainAbilityAttachedEffect(
new DealsDamageToACreatureTriggeredAbility( new DealsDamageToACreatureTriggeredAbility(
new ExileTargetEffect("exile that creature"), // if a creature is dealt lethal damage, it is dies as a state-based action and can't be found to exile
new ExileTargetEffect(null, "exile that creature", Zone.BATTLEFIELD).setToSourceExileZone(true),
true, true,
false, false,
true, true,