Add custom operators (Part 2)

This commit is contained in:
Jean-Patrick Guerrero
2021-11-29 02:47:36 +01:00
parent 34548d8509
commit eaf7c486b8
5 changed files with 21 additions and 16 deletions

View File

@ -104,7 +104,7 @@ local function drop_table(name, drop)
end
if not di.rarity then
count_sure = count_sure + 1
count_sure++
end
end
end
@ -146,7 +146,7 @@ local function cache_recipes(item)
end
for k, v in pairs(replacements[item]) do
k = k + shift
k += shift
if _recipes[k] then
_recipes[k].replacements = v