bug fix
This commit is contained in:
@@ -881,7 +881,7 @@ private:
|
||||
for (int j = card->controller()->game->battlefield->nb_cards - 1; j >= 0; --j)
|
||||
{
|
||||
MTGCardInstance * crew = card->controller()->game->battlefield->cards[j];
|
||||
if (crew != card && crew->isCreature() && !crew->isTapped() && !crew->has(Constants::CANTCREW))
|
||||
if (crew != card && crew->isCreature() && !crew->isTapped() && !crew->isPhased && !crew->has(Constants::CANTCREW))
|
||||
intValue += crew->power;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user