Skip to content

Commit

Permalink
[MIRROR] Update cable coil examine text [MDB IGNORE] (#1081)
Browse files Browse the repository at this point in the history
* Update cable coil examine text  (#80232)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Vorpal Void <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2023
1 parent 16a90b0 commit 1beffe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/cable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ GLOBAL_LIST_INIT(wire_node_generating_types, typecacheof(list(/obj/structure/gri

/obj/item/stack/cable_coil/examine(mob/user)
. = ..()
. += "<b>Ctrl+Click</b> to change the layer you are placing on."
. += "<b>Use it in hand</b> to change the layer you are placing on, amongst other things."

/obj/item/stack/cable_coil/update_name()
. = ..()
Expand Down

0 comments on commit 1beffe3

Please sign in to comment.