Manacost Changes
todo: kicker (other possible additional costs?) and change rule keyword to payzerorule...
This commit is contained in:
@@ -631,7 +631,7 @@ int OrderedAIAction::getEfficiency()
|
||||
{
|
||||
efficiency += 55;
|
||||
}
|
||||
else if (dynamic_cast<MTGPlayFromGraveyardRule *>(a))
|
||||
else if (dynamic_cast<MTGPayZeroRule *>(a))
|
||||
{
|
||||
efficiency += 45;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user