mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04:00
Idle worker try to connect cities with roads.
This commit is contained in:
parent
19906ade75
commit
ae210e05f3
@ -38,6 +38,7 @@ class WorkerAutomation(val unit: MapUnit) {
|
||||
}
|
||||
}
|
||||
if(tile.improvementInProgress!=null) return // we're working!
|
||||
if(tryConnectingCities()) return //nothing to do, try again to connect cities
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user