Skin color switching for amputations working

This commit is contained in:
Pao
2023-01-18 12:16:09 +01:00
parent 1d7f3d69c5
commit 22406dcef5
14 changed files with 55 additions and 12 deletions

View File

@@ -223,8 +223,8 @@ function TheOnlyCure.UpdateEveryTenMinutes()
if player == nil then
return
end
local part_data = player:getModData().TOC.Limbs
local toc_data = player:getModData().TOC
local part_data = toc_data.Limbs
--Experience for prosthesis user
for _, side in ipairs({"Left", "Right"}) do