- a few card fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-25 12:50:16 +00:00
parent fb0dccb7f3
commit 3b8f5fdd7e
8 changed files with 26 additions and 6 deletions

View File

@@ -2100,8 +2100,8 @@ void ListMaintainerAbility::updateTargets(){
//add new valid ones
for (int i = 0; i < 2; i++){
Player * p = game->players[i];
MTGGameZone * zones[] = {p->game->inPlay,p->game->graveyard,p->game->hand};
for (int k = 0; k < 3; k++){
MTGGameZone * zones[] = {p->game->inPlay,p->game->graveyard,p->game->hand,p->game->library};
for (int k = 0; k < 4; k++){
MTGGameZone * zone = zones[k];
for (int j = 0; j < zone->nb_cards; j++){
if (canBeInList(zone->cards[j])){