- Fixed a few bugs with Ice Age cards
- removed 2 ice age cards that can not work currently
This commit is contained in:
wagic.the.homebrew
2008-12-08 12:27:48 +00:00
parent ceb2b9b7b3
commit 6628225c56
3 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -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;
}