Cleaning old stuff

This commit is contained in:
Pao
2023-01-21 00:14:33 +01:00
parent 0253b55940
commit 2937fe67df
2 changed files with 2 additions and 22 deletions

View File

@@ -134,7 +134,7 @@ function ISEquipWeaponAction:perform()
local part_data = self.character:getModData().TOC.Limbs
local can_be_held = {}
for _, side in ipairs ({"Left", "Right"}) do
for _, side in ipairs (TOC_sides) do
can_be_held[side] = true
if part_data[side .. "_Hand"].is_cut then