This commit is contained in:
2026-06-29 21:29:35 +09:00
parent 551c15d295
commit 33d686f6e4
+2 -5
View File
@@ -4,12 +4,9 @@ local hide = {
}
if data.raw['infinity-container']['super-infinity-chest'] then
--[[
3 planner, book
]]
local sc = 5
local sc = 1
for _, c in pairs({'ammo', 'armor', 'capsule', 'gun', 'item', 'item-with-entity-data', 'repair-tool'}) do
for _, c in pairs(defines.prototypes.item) do
if data.raw[c] then
for _, i in pairs(data.raw[c]) do
if not (i.hidden or (i.subgroup and hide[i.subgroup])) then