mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Resolved #10697 - default white color for city-state types
This commit is contained in:
@ -13,7 +13,7 @@ class CityStateType: INamed {
|
||||
var allyBonusUniques = ArrayList<String>()
|
||||
val allyBonusUniqueMap by lazy { UniqueMap().apply { addUniques(allyBonusUniques.map { Unique(it, sourceObjectType = UniqueTarget.CityState) }) } }
|
||||
|
||||
lateinit var color:List<Int>
|
||||
var color:List<Int> = listOf(255,255,255)
|
||||
private val colorObject by lazy { colorFromRGB(color) }
|
||||
fun getColor() = colorObject
|
||||
}
|
||||
|
Reference in New Issue
Block a user