Resolved #10698 - Fixed city-state type coloring

This commit is contained in:
Yair Morgenstern
2023-12-10 22:19:54 +02:00
parent 2ae5a018de
commit 0625cb7087

View File

@ -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