mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +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 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
|
||||
|
||||
|
Reference in New Issue
Block a user