Files
Bubberstation/code/modules/mining
SkyratBot a101539bdd [MIRROR] fixes arm implants breaking the drop key [MDB IGNORE] (#11621)
* fixes arm implants breaking the drop key (#65002)

fixes #65001 (Surgical Toolset Implants (possibly integrated toolset implants too?) cause the drop hotkey to stop working properly)

The dropkey signal always gets called, even when the item isnt extended.
Comsig_kb_activated cancels the key from being sent

We were doing our check inside retract, but we always assumed the dropped item was us. bad

* fixes arm implants breaking the drop key

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
2022-02-20 04:04:00 +00:00
..