* Fixed janicart not transfering items into the trash bag (#85218)
## About The Pull Request
It was trying to put items into a trash bag that doesn't have
`CAN_BE_HIT` flag with an `attackby`.
It now works for both the vacuum insert and the manual one.
Fixes#84653
## Why It's Good For The Game
Bug fix.
## Changelog
🆑
fix: Janicart inserts items into the attached trash bag again (manual
and vacuumed)
/🆑
* Fixed janicart not transfering items into the trash bag
---------
Co-authored-by: Andrew <mt.forspam@gmail.com>
* introduce advanced sucking functionality to custodians (+ bonus GAGging) (#59925)
* base sucking functionality
* functional upgrade and upgrade refactor
* minor tweak here
* finish overhaul of upgrades, add gags-ified upgrades
* add documentation (you love to see it)
* update sucking sound
* do some of the requested cleanup, fix key going into trash bag, add right click func
* introduce advanced sucking functionality to custodians (+ bonus GAGging)
Co-authored-by: Bobbahbrown <bobbahbrown@gmail.com>