2,875
edits
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
end | end | ||
if not Shared.contains(item.validSlots, slotLocalID) | if not Shared.contains(item.validSlots, slotLocalID) then | ||
if slotLocalID == twoHandedWeaponID then | |||
return Items._getItemStat(item, 'isTwoHanded') | |||
end | |||
end | end | ||
if slotLocalID == 'Weapon' then --For quiver slot or weapon slot, 'other' is the ammo type | if slotLocalID == 'Weapon' then --For quiver slot or weapon slot, 'other' is the ammo type | ||
return other == item.ammoTypeRequired | return other == item.ammoTypeRequired |
edits