-check athat act of treason works correctly
-Fixed emblem of warmind
-removed incorrect cards ("When this enters the battlefield, target..." please see http://wololo.net/forum/viewtopic.php?f=6&t=669
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-26 04:10:29 +00:00
parent c5b48df138
commit 6df665c340
45 changed files with 828 additions and 746 deletions

View File

@@ -286,6 +286,11 @@ void GameObserver::stateEffects()
for (int j = zone->nb_cards-1 ; j>=0; j--){
MTGCardInstance * card = zone->cards[j];
card->afterDamage();
//Remove auras that don't have a valid target anymore
if (card->target && !isInPlay(card->target)){
players[i]->game->putInGraveyard(card);
}
}
}
for (int i =0; i < 2; i++)