AI plays zerocast cards, Update Rules folder!

Its basic pay zero for now...
Omniscience is possible :)
This commit is contained in:
Anthony Calosa
2015-11-07 09:59:30 +08:00
parent 71390046f5
commit e35c9f6087
5 changed files with 96 additions and 17 deletions
+1 -1
View File
@@ -1156,7 +1156,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
observer->addObserver(NEW MTGMorphCostRule(observer, -1));
return NULL;
}
found = s.find("playfromgraveyardrule");
found = s.find("payzerorule");
if(found != string::npos)
{
observer->addObserver(NEW MTGPayZeroRule(observer, -1));