From 22253af84206589160d0b4cc4e090c54abb05e92 Mon Sep 17 00:00:00 2001 From: Duan Tao Date: Fri, 22 Mar 2019 12:07:11 +0800 Subject: [PATCH] Work boat should have lower priority than other buildings, not higher. --- core/src/com/unciv/logic/automation/Automation.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/unciv/logic/automation/Automation.kt b/core/src/com/unciv/logic/automation/Automation.kt index dcdd38b9c6..573b551c00 100644 --- a/core/src/com/unciv/logic/automation/Automation.kt +++ b/core/src/com/unciv/logic/automation/Automation.kt @@ -158,7 +158,7 @@ class Automation { //Work boat if (needWorkboat) { - relativeCostEffectiveness.add(ConstructionChoice("Work Boats",1.5f)) + relativeCostEffectiveness.add(ConstructionChoice("Work Boats",0.6f)) } //Army