Erwan
- the AI can now use activated abilities (stupidly though...) - a few card bugfixes
This commit is contained in:
@@ -54,8 +54,6 @@ MTGCardInstance * CardDescriptor::match_and(MTGCardInstance * card){
|
||||
}
|
||||
for (int i = 0; i< Constants::MTG_NB_COLORS; i++){
|
||||
if ((colors[i] == 1 && !card->hasColor(i))||(colors[i] == -1 && card->hasColor(i))){
|
||||
OutputDebugString ("Too bad for ");
|
||||
OutputDebugString(card->getName());
|
||||
match = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user