mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-03 22:22:51 +07:00
Resolved #8046 - city-state type in civilopedia
This commit is contained in:
parent
551c6c562e
commit
c20ffb03a3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user