resolved #12505 - uniques hidden from users do not show icons in tech tree

This commit is contained in:
yairm210 2024-11-21 19:29:59 +02:00
parent 862762735a
commit c73e78549e

View File

@ -143,6 +143,7 @@ object TechnologyDescriptions {
}
for (unique in tech.uniqueObjects) {
if (unique.isHiddenToUsers()) continue
yield(
when {
unique.type == UniqueType.EnablesCivWideStatProduction ->