Idle worker try to connect cities with roads.

This commit is contained in:
Duan Tao 2019-01-05 23:13:59 +08:00
parent 19906ade75
commit ae210e05f3

View File

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