mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Resolved #10698 - Fixed city-state type coloring
This commit is contained in:
@ -150,7 +150,7 @@ class Nation : RulesetObject() {
|
|||||||
val textList = ArrayList<FormattedLine>()
|
val textList = ArrayList<FormattedLine>()
|
||||||
|
|
||||||
val cityStateType = ruleset.cityStateTypes[cityStateType]!!
|
val cityStateType = ruleset.cityStateTypes[cityStateType]!!
|
||||||
textList += FormattedLine("{Type}: {${cityStateType.name}}", header = 4, color = cityStateType.getColor().toString())
|
textList += FormattedLine("{Type}: {${cityStateType.name}}", header = 4, color = "#"+cityStateType.getColor().toString())
|
||||||
|
|
||||||
var showResources = false
|
var showResources = false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user