Erwan
- Added crude possibility to search for the library (see Diabolic tutor)
This commit is contained in:
@@ -268,6 +268,7 @@ Player * MTGCardInstance::controller(){
|
||||
if (game->players[i]->game->stack->hasCard(this)) return game->players[i];
|
||||
if (game->players[i]->game->graveyard->hasCard(this)) return game->players[i];
|
||||
if (game->players[i]->game->hand->hasCard(this)) return game->players[i];
|
||||
if (game->players[i]->game->library->hasCard(this)) return game->players[i];
|
||||
}
|
||||
return lastController;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user