mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Nullkiller: fix priority of townhall
This commit is contained in:
committed by
Andrii Danylchenko
parent
b7b615ec70
commit
9d020be63b
@@ -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;
|
||||
|
Reference in New Issue
Block a user