From 9620fe02819145b29ab7440982fc13fb853b6a03 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:03:16 +0100 Subject: [PATCH] [MIRROR] Update cable coil examine text [MDB IGNORE] (#25557) * Update cable coil examine text (#80232) ## About The Pull Request Change examine description to properly indicate how to actually change cable layering (via using cable coil in hand). Also hints that there are other applications for this item. * Update cable coil examine text --------- Co-authored-by: Vorpal Void <60776130+vorpal-void@users.noreply.github.com> --- code/modules/power/cable.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index ae8091f2915..34a0140e311 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -464,7 +464,7 @@ GLOBAL_LIST_INIT(wire_node_generating_types, typecacheof(list(/obj/structure/gri /obj/item/stack/cable_coil/examine(mob/user) . = ..() - . += "Ctrl+Click to change the layer you are placing on." + . += "Use it in hand to change the layer you are placing on, amongst other things." /obj/item/stack/cable_coil/update_name() . = ..()