Files
wwdpublic/Content.Shared/Inventory
Mnemotechnican 2e8e56f763 Fix Clothing Quick-Equip (#507)
# Description
For some reason, ClothingSystem.TryEquip would return false if there's a
do-after to equip the clothing. This had caused all quick-equip attempts
on SMALL ITEMS to fail and ended up with every SMALL clothing item being
equipped into one of the pocket slots (which have no equip delays).

Also fixes quick swap - see the comments below.

# Changelog

🆑
- fix: Equipping clothing using the Z key works correctly again.
2024-07-03 15:48:28 -04:00
..