more fixes to the review

This commit is contained in:
omegablast2002@yahoo.com
2011-01-22 17:14:41 +00:00
parent 07802134e8
commit 62873dc971
5 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ if(!allowedToCast(card,player))
return 1;
}
}
else if ((card->hasType("instant")) || card->basicAbilities[Constants::FLASH]
else if ((card->hasType("instant")) || card->has(Constants::FLASH)
|| (player == currentPlayer && !game->isInterrupting
&& (game->currentGamePhase == Constants::MTG_PHASE_FIRSTMAIN
|| game->currentGamePhase == Constants::MTG_PHASE_SECONDMAIN))