Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Instant Unequip of Clothing (#594)
# Description Prevents players from picking up their own equipped clothing (via the "put in hand" verb or otherwise) and thus bypassing the unequip delay completely. Does so by cancelling the GettingPickedUpAttemptEvent on equipped clothing. This does not prevent unequipping the clothing normally, i.e. by interacting with it in the inventory, or stripping clothing from others. # Changelog No cl no fun - most people don't even know this was an option.
- Loading branch information