2,875
edits
No edit summary |
No edit summary |
||
Line 81: | Line 81: | ||
end | end | ||
end | end | ||
if slotLocalID == 'Weapon' | -- Don't leap in one handed weapons with two handed. | ||
return | if slotLocalID == 'Weapon' and Items._getItemStat(item, 'isTwoHanded') then | ||
return false | |||
if | end | ||
return | |||
if slotLocalID == 'Quiver' then | |||
if Shared.contains({'Javelins', 'ThrowingKnives'}, item.ammoType) then | |||
return false | |||
end | end | ||
end | end |
edits