mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 12:05:54 -04:00
Resolved #12169 - set "auto assign city production" to false for new players
Determined by Discord poll (63 to 59)
This commit is contained in:
parent
35e5179edd
commit
e984b8fe88
@ -60,7 +60,7 @@ class GameSettings {
|
|||||||
var unitSet: String? = Constants.defaultUnitset
|
var unitSet: String? = Constants.defaultUnitset
|
||||||
var skin: String = Constants.defaultSkin
|
var skin: String = Constants.defaultSkin
|
||||||
var showTutorials: Boolean = true
|
var showTutorials: Boolean = true
|
||||||
var autoAssignCityProduction: Boolean = true
|
var autoAssignCityProduction: Boolean = false
|
||||||
|
|
||||||
/** This set of construction names has two effects:
|
/** This set of construction names has two effects:
|
||||||
* * Matching constructions are no longer candidates for [autoAssignCityProduction]
|
* * Matching constructions are no longer candidates for [autoAssignCityProduction]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user