still more stuff

This commit is contained in:
Pao
2023-02-26 20:00:22 +01:00
parent 7c13ed30c9
commit a2e906b318
13 changed files with 149 additions and 125 deletions

View File

@@ -13,10 +13,10 @@ local pairs = pairs
function CheckIfCanBeCut(part_name, limbs_data)
if limbs_data == nil then
limbs_data = getPlayer():getModData().TOC.Limbs
limbs_data = getPlayer():getModData().JCIO.limbs
end
local check = (not limbs_data[part_name].is_cut) and
local check = (not limbs_data[part_name].isCut) and
(not CheckIfProsthesisAlreadyInstalled(limbs_data, part_name))
return check