didn't commit everything ops

This commit is contained in:
Pao
2023-02-26 22:16:47 +01:00
parent b195c92466
commit 6f59311fd0
15 changed files with 81 additions and 72 deletions

View File

@@ -155,7 +155,7 @@ function ProsthesisRecipes.OnDisassembleProsthesis(item, result_items, player, s
local base_name = GetProsthesisPartName(base_table, prosthesis_item_name)
local top_name = GetProsthesisPartName(top_table, prosthesis_item_name)
print("TOC: " .. base_name .. " and " .. top_name)
print("JCIO: " .. base_name .. " and " .. top_name)
local player_inv = player:getInventory()