This commit is contained in:
2026-03-19 20:13:55 +09:00
parent 77e82b9bc3
commit 9991cf7620
2 changed files with 1 additions and 9 deletions

View File

@@ -105,6 +105,7 @@ for _, v in pairs(items) do
if v.enabled and (v.mod and mods[v.mod]) and (v.max >= v.min) then
v.category = 'equipment'
v.ref_name = v.ref_name or v.name .. '-equipment'
for j=v.min, v.max, 1 do
main.EEQ(v, j)