mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 19:43:13 -04:00
Resolved #10698 - Fixed city-state type coloring
This commit is contained in:
parent
2ae5a018de
commit
0625cb7087
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user