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