Erwan
- Fixed a few bugs with Ice Age cards - removed 2 ice age cards that can not work currently
This commit is contained in:
@@ -2909,7 +2909,7 @@ class ALostOrderofJarkeld:public ListMaintainerAbility{
|
||||
}
|
||||
|
||||
int canBeInList(MTGCardInstance * card){
|
||||
if (card==source || (game->currentPlayer->game->inPlay->hasCard(card) && card->isACreature()) ) return 1;
|
||||
if (source->controller()->opponent()->game->inPlay->hasCard(card) && card->isACreature() ) return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user