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

View File

@@ -631,7 +631,7 @@ int OrderedAIAction::getEfficiency()
{
efficiency += 55;
}
else if (dynamic_cast<MTGPlayFromGraveyardRule *>(a))
else if (dynamic_cast<MTGPayZeroRule *>(a))
{
efficiency += 45;
}