I think I got almost everything. Now to check it
This commit is contained in:
@@ -55,8 +55,8 @@ function ISUninstallProsthesis:perform()
|
||||
|
||||
print("Found prost in " .. part_name)
|
||||
if part_name then
|
||||
toc_data[part_name].is_prosthesis_equipped = false
|
||||
toc_data[part_name].prosthesis_factor = 1
|
||||
toc_data.Limbs[part_name].is_prosthesis_equipped = false
|
||||
--toc_data.Limbs[part_name].prosthesis_factor = 1 -- TODO This is wrong
|
||||
|
||||
--local side = string.gsub(part_name, "Hand" or "Forearm", "")
|
||||
local item_full_type = self.item:getFullType()
|
||||
|
||||
Reference in New Issue
Block a user