Fixed UV for female right forearm amp

This commit is contained in:
ZioPao
2024-03-21 23:34:20 +01:00
parent 35ef646402
commit feab41ac5c
2 changed files with 1 additions and 4 deletions

View File

@@ -103,10 +103,7 @@ local function HandleProsthesisValidation(item, isEquippable)
local fullType = item:getFullType() -- use fulltype for side local fullType = item:getFullType() -- use fulltype for side
if isEquippable then if isEquippable then
isEquippable = ProsthesisHandler.CheckIfEquippable(fullType) isEquippable = ProsthesisHandler.CheckIfEquippable(fullType)
end else
if not isEquippable then
getPlayer():Say(getText("UI_Say_CantEquip")) getPlayer():Say(getText("UI_Say_CantEquip"))
end end