Revert "Added tests for blood on limbs"

This reverts commit 3d4a54418c.
This commit is contained in:
ZioPao
2024-05-05 18:03:08 +02:00
parent 3d4a54418c
commit 2ea03601f5
3 changed files with 23 additions and 65 deletions

View File

@@ -145,8 +145,8 @@ end
local og_ISClothingExtraAction_perform = ISClothingExtraAction.perform
function ISClothingExtraAction:perform()
local extraItem = InventoryItemFactory.CreateItem(self.extra)
local isProst = ProsthesisHandler.SearchAndSetupProsthesis(extraItem, true)
--local extraItem = InventoryItemFactory.CreateItem(self.extra)
local isProst = ProsthesisHandler.SearchAndSetupProsthesis(self.item, true)
local group
if isProst then
group = BodyLocations.getGroup("Human")