Fix double exile in Nicol Bolas, God Pharaoh

This commit is contained in:
PurpleCrowbar 2026-01-05 20:59:12 +00:00
parent 83bbe99161
commit 51cfd16eb5

View file

@ -162,10 +162,10 @@ class NicolBolasGodPharaohPlusTwoEffect extends OneShotEffect {
if (card == null) {
break;
}
if (!opponent.moveCards(card, Zone.EXILED, source, game)) {
break;
}
if (card.isLand(game)) {
if (!opponent.moveCards(card, Zone.EXILED, source, game)) {
break;
}
continue;
}
PlayFromNotOwnHandZoneTargetEffect.exileAndPlayFromExile(