1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Nullkiller: fix priority of townhall

This commit is contained in:
Andrii Danylchenko 2021-05-16 14:19:23 +03:00 committed by Andrii Danylchenko
parent b7b615ec70
commit 9d020be63b

View File

@ -487,7 +487,7 @@ public:
}
else
{
evaluationContext.strategicalValue = ai->nullkiller->buildAnalyzer->getGoldPreasure() * evaluationContext.goldReward / 300.0f;
evaluationContext.strategicalValue = ai->nullkiller->buildAnalyzer->getGoldPreasure() * evaluationContext.goldReward / 2200.0f;
}
return evaluationContext;