Open Nekuromu opened 1 month ago
I checked, and could not replicate this issue.
function AMSI(item, count, player)
for x=0, count do
player:getInventory():AddItem(item);
end
end
function recipe_opencigpack(items, result, player)
AMSI("Base.Cigarettes", 0, player);
end
This code is about cigarettes packing. It's weird that giving 1 cigarette turns out 20 cigarettes. I already asked him the mod's name.