Laurent - Fixed the Basislik (not tested) and also some glitch in the token creation for Artifact Mutation and elvish promenade (added the "token" in the subtype since some cards target token).

This commit is contained in:
wagic.laurent
2009-05-25 22:07:06 +00:00
parent 182b133719
commit 2f9df464b6
2 changed files with 2 additions and 10 deletions
-8
View File
@@ -3247,14 +3247,6 @@ class ABasilik:public MTGAbility{
}
}
}
int testDestroy(){
if(!game->isInPlay(source) && currentPhase != Constants::MTG_PHASE_UNTAP){
return 0;
}else{
return MTGAbility::testDestroy();
}
}
virtual ostream& toString(ostream& out) const
{