Fixed recipes again

This commit is contained in:
Pao
2023-03-03 00:32:01 +01:00
parent b66707ba10
commit 46175964f1
3 changed files with 30 additions and 14 deletions

View File

@@ -119,6 +119,7 @@ function ProsthesisRecipes.OnCreateProsthesis(items, result, player, selectedIte
-- Set mod data for item with durability and all that crap
-- Get condition from the items
print("JCIO: setting stats for prosthesis item")
local condition = 0
for i=1,items:size() do
local item = items:get(i-1)