forked from External/mage
- Fixed #8226
This commit is contained in:
parent
ae35c1b228
commit
4badbe56b4
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@ public final class KaldraCompleat extends CardImpl {
|
|||
));
|
||||
ability.addEffect(new GainAbilityAttachedEffect(
|
||||
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,
|
||||
false,
|
||||
true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue