From b07163d27c2a2b2e597ecc318077c0dc2f95a8d1 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Sat, 9 Mar 2024 19:03:57 +0000 Subject: [PATCH] shoe examine --- code/modules/clothing/shoes/colour.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/clothing/shoes/colour.dm b/code/modules/clothing/shoes/colour.dm index 3817aecdaf98..7d6c8ed3d5dc 100644 --- a/code/modules/clothing/shoes/colour.dm +++ b/code/modules/clothing/shoes/colour.dm @@ -107,3 +107,8 @@ var/obj/item/restraint/cuffs = attacking_object if(cuffs.target_zone == SLOT_LEGS) attach_cuffs(cuffs, user) + +/obj/item/clothing/shoes/orange/get_examine_text(mob/user) + . = ..() + if(chained) + . += SPAN_RED("They are chained with [chained].")