reduced efficiency

This commit is contained in:
Anthony Calosa
2017-02-16 00:42:54 +08:00
parent 90ed6e1fdd
commit 6c28496dd8

View File

@@ -620,7 +620,7 @@ int OrderedAIAction::getEfficiency()
else if (GenericRevealAbility * grA = dynamic_cast<GenericRevealAbility *>(a))
{
if(grA->source->getAICustomCode().size())
efficiency = 50 + (owner->getRandomGenerator()->random() % 50);
efficiency = 45 + (owner->getRandomGenerator()->random() % 50);
else
efficiency = 0;
}