From 551c15d2953cb4824cdedc1d5aeff3d7a5613d72 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 29 Jun 2026 20:38:54 +0900 Subject: [PATCH] . --- PHI-CL/data/f/ct.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PHI-CL/data/f/ct.lua b/PHI-CL/data/f/ct.lua index 46f3274..2d6a15e 100644 --- a/PHI-CL/data/f/ct.lua +++ b/PHI-CL/data/f/ct.lua @@ -4,9 +4,12 @@ local hide = { } if data.raw['infinity-container']['super-infinity-chest'] then - local sc = 1 + --[[ + 3 planner, book + ]] + local sc = 5 - for _, c in pairs({'ammo', 'armor', 'capsule', 'gun', 'item'}) do + for _, c in pairs({'ammo', 'armor', 'capsule', 'gun', 'item', 'item-with-entity-data', 'repair-tool'}) 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