parenthesis

This commit is contained in:
Anthony Calosa
2016-08-01 04:49:04 +08:00
parent c38c996773
commit d825c7e4ea

View File

@@ -4177,7 +4177,7 @@ int AAMover::resolve()
}
else
{
if(_target->hasSubtype(Subtypes::TYPE_INSTANT) || _target->hasSubtype(Subtypes::TYPE_SORCERY) &&
if((_target->hasSubtype(Subtypes::TYPE_INSTANT) || _target->hasSubtype(Subtypes::TYPE_SORCERY)) &&
(destZone == game->players[0]->game->inPlay || destZone == game->players[1]->game->inPlay))
{
if(andAbility)