Resolved #8046 - city-state type in civilopedia

This commit is contained in:
Yair Morgenstern 2022-11-23 19:39:40 +02:00
parent 551c6c562e
commit c20ffb03a3

View File

@ -138,7 +138,7 @@ class Nation : RulesetObject() {
val textList = ArrayList<FormattedLine>()
val cityStateType = ruleset.cityStateTypes[cityStateType]!!
textList += FormattedLine("{Type}: {$cityStateType}", header = 4, color = cityStateType.getColor().toString())
textList += FormattedLine("{Type}: {${cityStateType.name}}", header = 4, color = cityStateType.getColor().toString())
var showResources = false