mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
* Kroxa, Titan of Death's Hunger - fixed that it sacrifice itself on escape cast too;
This commit is contained in:
parent
68e5932d37
commit
ef224fe15c
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ class KroxaTitanOfDeathsHungerEntersEffect extends OneShotEffect {
|
|||
if (permanent == null) {
|
||||
return false;
|
||||
}
|
||||
Spell spell = game.getSpellOrLKIStack(source.getSourceId());
|
||||
if (spell != null && spell.getSpellAbility() instanceof EscapeAbility) {
|
||||
if (EscapeAbility.wasCastedWithEscape(game, source.getSourceId(), source.getSourceObjectZoneChangeCounter())) {
|
||||
return false;
|
||||
}
|
||||
return permanent.sacrifice(source.getSourceId(), game);
|
||||
|
|
Loading…
Reference in a new issue