mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
- 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(
|
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,
|
||||||
|
|
Loading…
Reference in a new issue