Skip to content

Commit

Permalink
quick-equip will now attempt to equip accessories.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Apr 22, 2024
1 parent 04fb0eb commit c7b4a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/inventory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
if(isnull(inv_slot.quick_equip_priority)) // Never quick-equip into some slots.
continue
_inventory_slot_priority += inv_slot.slot_id
_inventory_slot_priority |= slot_tie_str // fallback for non-clothing accessories
return _inventory_slot_priority

/mob/living/get_inventory_slot_datum(var/slot)
Expand Down

0 comments on commit c7b4a2c

Please sign in to comment.