Enable Polinesia worker to build regular improvements

This commit is contained in:
JackRainy 2020-02-15 14:02:56 +02:00
parent 19cac1f7bf
commit 55ce9622e7
No known key found for this signature in database
GPG Key ID: 855B30F50E6256E7

View File

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