mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Make the rapid cable layer stop whipping after healing. (#32236)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user