Make the rapid cable layer stop whipping after healing. (#32236)

This commit is contained in:
Alan
2026-07-24 19:43:52 +00:00
committed by GitHub
parent c5c0990eb1
commit fe04a981da
+3 -3
View File
@@ -73,10 +73,10 @@
return ITEM_INTERACT_COMPLETE
/obj/item/stack/cable_coil/rcl/interact_with_atom(atom/target, mob/living/user, list/modifiers)
if(!istype(target, /obj/item/stack/cable_coil))
..()
if(!istype(target, /obj/item/stack/cable_coil))
var/result = ..()
is_empty(user)
return NONE
return result ? ITEM_INTERACT_COMPLETE : NONE
load_cable(user, target)
return ITEM_INTERACT_COMPLETE