diff --git a/media/lua/client/TOC/Handlers/ProsthesisHandler.lua b/media/lua/client/TOC/Handlers/ProsthesisHandler.lua index 6ef5b5b..3c7d6c2 100644 --- a/media/lua/client/TOC/Handlers/ProsthesisHandler.lua +++ b/media/lua/client/TOC/Handlers/ProsthesisHandler.lua @@ -103,10 +103,7 @@ local function HandleProsthesisValidation(item, isEquippable) local fullType = item:getFullType() -- use fulltype for side if isEquippable then isEquippable = ProsthesisHandler.CheckIfEquippable(fullType) - end - - - if not isEquippable then + else getPlayer():Say(getText("UI_Say_CantEquip")) end diff --git a/media/models_X/Amputation/Amputation_Right_LowerArm_Female.fbx b/media/models_X/Amputation/Amputation_Right_LowerArm_Female.fbx index 6c4bf27..afecf2f 100644 Binary files a/media/models_X/Amputation/Amputation_Right_LowerArm_Female.fbx and b/media/models_X/Amputation/Amputation_Right_LowerArm_Female.fbx differ