bunch of cleaning

This commit is contained in:
Pao
2023-03-13 23:38:39 +01:00
parent 8a42b25f9d
commit 8b5284955c
8 changed files with 31 additions and 26 deletions

View File

@@ -235,7 +235,7 @@ function ISClothingExtraAction:isValid()
for _, side in pairs (TOC.sideNames) do
if location == side .. "Wrist" then
if limbsData[side .. "_LowerArm"].isCut then
if limbsData[TOC_Common.ConcatPartName(side, "LowerArm")].isCut then
return false
end
end