Manacost Changes

todo: kicker (other possible additional costs?) and change rule keyword
to payzerorule...
This commit is contained in:
Anthony Calosa
2015-11-05 23:25:39 +08:00
parent 536a0e429a
commit 1c8852a7a2
8 changed files with 86 additions and 54 deletions
+1 -1
View File
@@ -1159,7 +1159,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
found = s.find("playfromgraveyardrule");
if(found != string::npos)
{
observer->addObserver(NEW MTGPlayFromGraveyardRule(observer, -1));
observer->addObserver(NEW MTGPayZeroRule(observer, -1));
return NULL;
}
//this rule handles attacking ability during attacker phase