Some fixes and a compat function for older versions

This commit is contained in:
Pao
2023-01-18 04:12:44 +01:00
parent 332c130dc1
commit 2a2b6ef978
5 changed files with 60 additions and 12 deletions

View File

@@ -156,7 +156,7 @@ end
function TocFindCorrectClothingProsthesis(item_name, part_name)
local correct_name = "TOC." .. item_name .. "_" .. part_name
local correct_name = "TOC.Prost_" .. part_name .. "_" .. item_name
return correct_name
end