forgot a "break;" here on this restriction
This commit is contained in:
@@ -3921,6 +3921,7 @@ int ActivatedAbility::isReactingToClick(MTGCardInstance * card, ManaCost * mana)
|
|||||||
case OPPONENT_TURN_ONLY:
|
case OPPONENT_TURN_ONLY:
|
||||||
if (player == game->currentPlayer)
|
if (player == game->currentPlayer)
|
||||||
return 0;
|
return 0;
|
||||||
|
break;
|
||||||
case AS_SORCERY:
|
case AS_SORCERY:
|
||||||
if (player != game->currentPlayer)
|
if (player != game->currentPlayer)
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user