This commit is contained in:
2024-11-12 15:05:51 +09:00
parent 5bce2ac33c
commit 49e58bd317
4 changed files with 31 additions and 35 deletions

View File

@@ -1,9 +1,8 @@
local items = require 'config'
local main = require 'main'
local file_stage = 3
for _, v in pairs(items['item']) do
if (v.stage <= file_stage) and v.enabled and (v.max >= v.min) then
if v.enabled and (v.max >= v.min) then
v.category = 'item'
for j=v.min, v.max, 1 do