[ZNR] fixed Skyclave Apparition error when leaving the battlefield before first trigger resolves (#7046)

This commit is contained in:
Evan Kranzler 2020-09-16 17:17:10 -04:00
parent c11ba5b82a
commit c60a01b2fc

View file

@ -90,6 +90,9 @@ class SkyclaveApparitionEffect extends OneShotEffect {
ExileZone exile = game.getExile().getExileZone(
CardUtil.getExileZoneId(game, source.getSourceId(), permanentLeftBattlefield.getZoneChangeCounter(game))
);
if (exile == null || exile.isEmpty()) {
return false;
}
// From ZNR Release Notes:
// https://magic.wizards.com/en/articles/archive/feature/zendikar-rising-release-notes-2020-09-10
// If Skyclave Apparition's first ability exiled more than one card owned by a single player,