mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 10:49:17 +07:00
resolved #12505 - uniques hidden from users do not show icons in tech tree
This commit is contained in:
@ -143,6 +143,7 @@ object TechnologyDescriptions {
|
||||
}
|
||||
|
||||
for (unique in tech.uniqueObjects) {
|
||||
if (unique.isHiddenToUsers()) continue
|
||||
yield(
|
||||
when {
|
||||
unique.type == UniqueType.EnablesCivWideStatProduction ->
|
||||
|
Reference in New Issue
Block a user