mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Nullkiller: fix priority of townhall
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user