mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 11:28:03 +07:00
Enable Polinesia worker to build regular improvements
This commit is contained in:
parent
19cac1f7bf
commit
55ce9622e7
@ -247,7 +247,7 @@ open class TileInfo {
|
||||
return when {
|
||||
isCityCenter() -> false
|
||||
improvement.name == this.improvement -> false
|
||||
improvement.uniqueTo != civInfo.civName -> false
|
||||
improvement.uniqueTo != null && improvement.uniqueTo != civInfo.civName -> false
|
||||
improvement.techRequired?.let { civInfo.tech.isResearched(it) } == false -> false
|
||||
improvement.terrainsCanBeBuiltOn.contains(topTerrain.name) -> true
|
||||
improvement.name == "Road" && roadStatus == RoadStatus.None -> true
|
||||
|
Loading…
Reference in New Issue
Block a user