mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
Allow comment uniques on follower beliefs
This commit is contained in:
parent
42a8387646
commit
b16450e002
@ -81,7 +81,7 @@ enum class UniqueTarget(
|
|||||||
/** All targets that can display their Uniques */
|
/** All targets that can display their Uniques */
|
||||||
// As Array so it can used in a vararg parameter list.
|
// As Array so it can used in a vararg parameter list.
|
||||||
val Displayable = arrayOf(
|
val Displayable = arrayOf(
|
||||||
Building, Unit, UnitType, Improvement, Tech,
|
Building, Unit, UnitType, Improvement, Tech, FollowerBelief,
|
||||||
Terrain, Resource, Policy, Promotion, Nation, Ruins, Speed
|
Terrain, Resource, Policy, Promotion, Nation, Ruins, Speed
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user