Fixed a bug where improvements could no longer be built by workers (#6780)

This commit is contained in:
Xander Lenstra 2022-05-12 18:28:59 +02:00 committed by GitHub
parent 574b94e417
commit 940f361a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -665,6 +665,7 @@ class MapUnit {
else -> {
val improvement = civInfo.gameInfo.ruleSet.tileImprovements[tile.improvementInProgress]!!
improvement.handleImprovementCompletion(this)
tile.improvement = tile.improvementInProgress
}
}