Fix drops

This commit is contained in:
Jean-Patrick Guerrero 2020-07-17 02:32:56 +02:00
parent 9890d8a669
commit 9a0e36d884
1 changed files with 1 additions and 1 deletions

View File

@ -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