This commit is contained in:
2026-03-19 22:32:25 +09:00
parent 52ff2e34ed
commit af144efb53

View File

@@ -1824,11 +1824,3 @@ if settings.startup['PHI-CT'].value then
}
end
end
for _, v in pairs(items['item']) do
if v.enabled and v.mod and (v.mod == 'space-age' or v.mod == 'quality') then
if (data.raw.technology[v.tech] and data.raw.technology[v.tech].hidden) or (data.raw.recipe[v.name] and data.raw.recipe[v.name].hidden) then
v.enabled = false
end
end
end