anyzone for cdaactive
should handle most of them except sewer nemesis, chameleon colossus
This commit is contained in:
@@ -93,6 +93,16 @@ int MTGAllCards::processConfLine(string &s, MTGCard *card, CardPrimitive * primi
|
||||
}
|
||||
}
|
||||
}
|
||||
if (key == "anyzone")
|
||||
{
|
||||
if (!primitive) primitive = NEW CardPrimitive();
|
||||
primitive->addMagicText(val,"hand");
|
||||
primitive->addMagicText(val,"library");
|
||||
primitive->addMagicText(val,"graveyard");
|
||||
primitive->addMagicText(val,"stack");
|
||||
primitive->addMagicText(val,"exile");
|
||||
primitive->addMagicText(val);
|
||||
}
|
||||
break;
|
||||
|
||||
case 'b': //buyback
|
||||
|
||||
Reference in New Issue
Block a user