mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
* 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>