|
|
@@ -1401,6 +1401,8 @@ float PriorityEvaluator::evaluate(Goals::TSubgoal task, int priorityTier)
|
|
|
{
|
|
|
if (evaluationContext.turn > 0)
|
|
|
return 0;
|
|
|
+ if (evaluationContext.movementCost >= 1)
|
|
|
+ return 0;
|
|
|
if(evaluationContext.conquestValue > 0)
|
|
|
score = evaluationContext.armyInvolvement;
|
|
|
if (vstd::isAlmostZero(score) || (evaluationContext.enemyHeroDangerRatio > 1 && (evaluationContext.turn > 0 || evaluationContext.isExchange) && !ai->cb->getTownsInfo().empty()))
|