Ver código fonte

Nullkiller: fix priority of townhall

Andrii Danylchenko 4 anos atrás
pai
commit
9d020be63b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      AI/Nullkiller/Engine/PriorityEvaluator.cpp

+ 1 - 1
AI/Nullkiller/Engine/PriorityEvaluator.cpp

@@ -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;