Erwan
- removed Channel and Shield of the ages, which technically solves issues 174 and 178...
This commit is contained in:
@@ -323,9 +323,6 @@ bool MTGAllCards::addPrimitive(CardPrimitive * primitive, MTGCard * card){
|
||||
map<string,string>::iterator it = t->tempValues.find(primitive->name);
|
||||
if (it != t->tempValues.end()) {
|
||||
primitive->setText(it->second);
|
||||
}else if (primitive->text.size()){
|
||||
OutputDebugString(primitive->name.c_str());
|
||||
OutputDebugString("\n");
|
||||
}
|
||||
|
||||
//Legacy:
|
||||
|
||||
Reference in New Issue
Block a user