diff --git a/init.lua b/init.lua index f1af1d8..58c8f4a 100644 --- a/init.lua +++ b/init.lua @@ -621,7 +621,7 @@ local function drop_table(name, drop) if not dstack:is_empty() and (dname ~= name or (dname == name and dcount > 1)) then - if #di.items == 1 and (not di.rarity or di.rarity <= 1) then + if not di.rarity or di.rarity <= 1 then if drop_sure[dname] then if dcount > drop_sure[dname].output then dcount = dcount + drop_sure[dname].output