mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 16:33:50 +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
This commit is contained in:
@@ -828,7 +828,7 @@
|
||||
/obj/item/organ/cyberimp/arm/katana/Retract()
|
||||
var/obj/item/cursed_katana/katana = active_item
|
||||
if(!katana || katana.shattered)
|
||||
return
|
||||
return FALSE
|
||||
if(!katana.drew_blood)
|
||||
to_chat(owner, span_userdanger("[katana] lashes out at you in hunger!"))
|
||||
playsound(owner, 'sound/magic/demon_attack1.ogg', 50, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user