fixing stuff

This commit is contained in:
Pao
2023-03-19 22:47:06 +01:00
parent bf5a762ed2
commit 436d668096
62 changed files with 1228 additions and 1254 deletions

View File

@@ -78,6 +78,10 @@ function GenerateEquippedProsthesis(prosthesisItem, inventory, limb)
-- durability_top, speed_top = GetProsthesisStats(top_table, prosthesis_name)
end
local equippedProsthesisName = TocFindCorrectClothingProsthesis()
local equippedProsthesis = inventory:AddItem(prosthesisName)
equippedProsthesis:setCondition(prosthesisItem:getCondition())