anyzone for cdaactive

should handle most of them except sewer nemesis, chameleon colossus
This commit is contained in:
Anthony Calosa
2015-11-06 19:47:30 +08:00
parent 1c8852a7a2
commit 71390046f5
3 changed files with 106 additions and 92 deletions

View File

@@ -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