Fixed UV for female right forearm amp
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user