From bf5568586640252f3a770c8a828ffeebe989d544 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 2 Jun 2021 12:01:12 -0400 Subject: [PATCH] Merge pull request #10533 from VOREStation/Fixes/10465 Fixes #10465 --- code/modules/power/cable.dm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index 10b9889f89..0c78f105e3 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -511,6 +511,7 @@ obj/structure/cable/proc/cableColor(var/colorC) drop_sound = 'sound/items/drop/accessory.ogg' pickup_sound = 'sound/items/pickup/accessory.ogg' tool_qualities = list(TOOL_CABLE_COIL) + singular_name = "cable" /obj/item/stack/cable_coil/cyborg name = "cable coil synthesizer" @@ -603,15 +604,6 @@ obj/structure/cable/proc/cableColor(var/colorC) else w_class = ITEMSIZE_SMALL -/obj/item/stack/cable_coil/examine(mob/user) - . = ..() - if(get_amount() == 1) - . += "Just a short piece remains." - else if(get_amount() == 2) - . += "Just a couple of short pieces remain." - else if(Adjacent(user)) - . += "There are [get_amount()] lengths of cable in the coil." - /obj/item/stack/cable_coil/attackby(obj/item/W, mob/user) if(istype(W, /obj/item/device/multitool)) var/selected_type = input("Pick new colour.", "Cable Colour", null, null) as null|anything in possible_cable_coil_colours