mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Work boat should have lower priority than other buildings, not higher.
This commit is contained in:
parent
e2f650a512
commit
22253af842
@ -158,7 +158,7 @@ class Automation {
|
|||||||
|
|
||||||
//Work boat
|
//Work boat
|
||||||
if (needWorkboat) {
|
if (needWorkboat) {
|
||||||
relativeCostEffectiveness.add(ConstructionChoice("Work Boats",1.5f))
|
relativeCostEffectiveness.add(ConstructionChoice("Work Boats",0.6f))
|
||||||
}
|
}
|
||||||
|
|
||||||
//Army
|
//Army
|
||||||
|
Loading…
x
Reference in New Issue
Block a user