Fixed picking up broken glass with item in off hand

This commit is contained in:
ZioPao
2024-08-21 13:21:09 +02:00
parent 22e6621300
commit 10f97cffa1
2 changed files with 27 additions and 9 deletions

View File

@@ -123,7 +123,8 @@ function CachedDataHandler.CalculateHandFeasibility(limbName)
CachedDataHandler.handFeasibility[side] = not dcInst:getIsCut(limbName) or dcInst:getIsProstEquipped(limbName)
end
---@param side string Either "L" or "R"
---@return boolean
function CachedDataHandler.GetHandFeasibility(side)
return CachedDataHandler.handFeasibility[side]
end