From 32208dedff7db4b7ef1f0ebe019784aeb673e295 Mon Sep 17 00:00:00 2001 From: Peter <30943236+PeterMorrison1@users.noreply.github.com> Date: Sun, 3 Oct 2021 05:38:37 -0600 Subject: [PATCH] Fix cable restraint not rendering in crafting menu (#61842) Fixed the cable restraints not showing up in the radial crafting menu. This was caused by the cable restraint (cuff) icon being moved to the restraint.dmi file - I didn't see this old reference elsewhere in the code. (first TG commit, please let me know if I am missing anything. --- 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 96312586a69..a8c8d4da047 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -481,7 +481,7 @@ GLOBAL_LIST_INIT(wire_node_generating_types, typecacheof(list(/obj/structure/gri if(!user) return - var/image/restraints_icon = image(icon = 'icons/obj/items_and_weapons.dmi', icon_state = "cuff") + var/image/restraints_icon = image(icon = 'icons/obj/restraints.dmi', icon_state = "cuff") restraints_icon.maptext = MAPTEXT("= CABLE_RESTRAINTS_COST ? "" : "style='color: red'"]>[CABLE_RESTRAINTS_COST]") var/list/radial_menu = list(