diff --git a/projects/mtg/src/MTGAbility.cpp b/projects/mtg/src/MTGAbility.cpp index 66451729d..bbe853c65 100644 --- a/projects/mtg/src/MTGAbility.cpp +++ b/projects/mtg/src/MTGAbility.cpp @@ -3921,6 +3921,7 @@ int ActivatedAbility::isReactingToClick(MTGCardInstance * card, ManaCost * mana) case OPPONENT_TURN_ONLY: if (player == game->currentPlayer) return 0; + break; case AS_SORCERY: if (player != game->currentPlayer) return 0;