- Added destroy all(xxx) and bury all(xxx) keywords in _cards.dat
This commit is contained in:
wagic.the.homebrew
2008-11-13 11:36:14 +00:00
parent 443817a83a
commit da1967270c
8 changed files with 99 additions and 87 deletions

View File

@@ -159,6 +159,9 @@ TargetChooser * TargetChooserFactory::createTargetChooser(string s, MTGCardInsta
cd->colors[cid] = -1;
}else{
cd->colors[cid] = 1;
#ifdef WIN32
OutputDebugString("COLOR FOUND !!!");
#endif
}
}
}