Overrided mods instead of just replacing them

This commit is contained in:
Pao
2023-01-17 01:31:49 +01:00
parent 505a3cc7e2
commit 64c2010a60
5 changed files with 104 additions and 169 deletions

View File

@@ -47,7 +47,7 @@ function ISInstallProsthesis:perform()
if part_name then
toc_data[part_name].is_prosthesis_equipped = true
toc_data[part_name].is_prosthesis_equipped = true -- TODO should we show that the hand has a prost too if it's installed in the forearm?
toc_data[part_name].prosthesis_factor = TocFindProsthesisFactorFromItem(self.cloth)
self.character:getInventory():Remove(self.item)