mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 01:08:25 +07:00
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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user