Generalized building of improvements (#4252)

* Generalized building of improvements

* Readded support for the deprecated unique "Can build improvements on tiles"

* Small code quality changes

* Implemented requested chagnes
This commit is contained in:
Xander Lenstra
2021-06-25 15:35:15 +02:00
committed by GitHub
parent 06b2e7da2f
commit e6850b857a
12 changed files with 156 additions and 113 deletions

View File

@ -2,7 +2,10 @@ package com.unciv
object Constants {
const val worker = "Worker"
const val workerUnique = "Can build improvements on tiles"
const val canBuildImprovements = "Can build [] improvements on tiles"
// Deprecated as of 3.15.5
const val workerUnique = "Can build improvements on tiles"
//
const val settler = "Settler"
const val settlerUnique = "Founds a new city"