Bug try to equip() equipped weapon available in storage into off-hand, end empty-handed

boxbear

New member
With skill Double-Fisted Skull Smashing

Steps to reproduce:
Have a one-handed weapon equipped
Have 0 of that weapon in inventory except the one equipped
Have at least 1 of that weapon in storage
in cli: ashq equip($slot[off-hand],$item[weapon name]);
result: weapon is unequipped, error message "Why bother putting a weapon into your offhand if you don't have anything in your on-hand? "On-hand?" Whatever."

Out of Ronin, can interact, equip() pulls the weapon if it's not in inventory but is in storage. Expected behaviour here is to pull another weapon? It's impossible to equip it if it's taken from the main hand anyway.
 
Top