Files
Bubberstation/code/modules/surgery/organs
SkyratBot 250317a033 [MIRROR] Jetpack component & Modsuit module signal clean-up & fixes [MDB IGNORE] (#22153)
* Jetpack component & Modsuit module signal clean-up & fixes (#76133)

## About The Pull Request
1. Removed the `get_mover` callback, the mover can be retrieved during
activation itself
2. Fixes #76116
the user is passed correctly during activation & deactivation same for
modsuit modules and this also fixes the same bug for
`/obj/item/organ/internal/cyberimp/chest/thrusters` as it's signal was
also not registered correctly with the user
3. Timestop module on `on_module_triggered()` accepts user as 2nd param

## Changelog

🆑
fix: jetpack modules work on mod suits again
fix: jetpack cyber implants also work
refactor: removed `get_mover` callback, user is retrieved during
activation
refactor: timestop module on `on_module_triggered()` accepts user as 2nd
param
/🆑

* Jetpack component & Modsuit module signal clean-up & fixes

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
2023-07-09 15:44:27 -04:00
..