mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Fix double exile in Nicol Bolas, God Pharaoh
This commit is contained in:
parent
83bbe99161
commit
51cfd16eb5
1 changed files with 3 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue