This commit is contained in:
2026-06-29 20:08:41 +09:00
parent 312ef93030
commit 2ef4b80c39
3 changed files with 24 additions and 17 deletions
+2 -10
View File
@@ -1,11 +1,3 @@
if settings.startup['PHI-CT'].value then
if data.raw['infinity-container']['super-infinity-chest'] then
local sc = 2
for c in pairs(defines.prototypes.item) do
sc = sc + table_size(data.raw[c] or {})
end
data.raw['infinity-container']['super-infinity-chest'].inventory_size = sc
end
end
require('data.f.ct')
end