you can't pay life which you do not have as life payments.

This commit is contained in:
omegablast2002@yahoo.com
2011-04-17 20:08:08 +00:00
parent 18acf3ad8d
commit 4c90d9e0c2
3 changed files with 23 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ void GameObserver::gameStateBasedEffects()
for (int j = 0; j < nbcards; ++j)
{
MTGCardInstance * c = z->cards[j];
if (c->has(Constants::CANTLOSE) || (c->has(Constants::CANTLIFELOSE && players[i]->poisonCount < 10)))
if (c->has(Constants::CANTLOSE) || (c->has(Constants::CANTLIFELOSE) && players[i]->poisonCount < 10))
{
cantlosers++;
}