Skip to content

Commit

Permalink
[MIRROR] Update cable coil examine text [MDB IGNORE] (#25557)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Dec 12, 2023
1 parent 7c4c91f commit 9620fe0
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 9620fe0

Please sign in to comment.