Skip to content

Commit

Permalink
shoe examine
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Mar 9, 2024
1 parent 620af1a commit b07163d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/clothing/shoes/colour.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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].")

0 comments on commit b07163d

Please sign in to comment.