Allow comment uniques on follower beliefs

This commit is contained in:
Yair Morgenstern 2024-01-13 20:48:08 +02:00
parent 42a8387646
commit b16450e002

View File

@ -81,7 +81,7 @@ enum class UniqueTarget(
/** All targets that can display their Uniques */
// As Array so it can used in a vararg parameter list.
val Displayable = arrayOf(
Building, Unit, UnitType, Improvement, Tech,
Building, Unit, UnitType, Improvement, Tech, FollowerBelief,
Terrain, Resource, Policy, Promotion, Nation, Ruins, Speed
)
}