mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 04:38:18 +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) {
|
for (unique in tech.uniqueObjects) {
|
||||||
|
if (unique.isHiddenToUsers()) continue
|
||||||
yield(
|
yield(
|
||||||
when {
|
when {
|
||||||
unique.type == UniqueType.EnablesCivWideStatProduction ->
|
unique.type == UniqueType.EnablesCivWideStatProduction ->
|
||||||
|
Reference in New Issue
Block a user