mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -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 */
|
||||
// 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
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user