Skip to content

Commit

Permalink
TGS Test Merge (#6252)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed May 8, 2024
2 parents eebeeaa + b588ad5 commit 16b59b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@
if(wear_id)
msg += "[t_He] [t_is] [wear_id.get_examine_location(src, user, WEAR_ID, t_He, t_his, t_him, t_has, t_is)].\n"

//Restraints
if(handcuffed)
msg += SPAN_ORANGE("[t_He] arms are restrained by [handcuffed].\n")

if(legcuffed)
msg += SPAN_ORANGE("[t_He] ankles are restrained by [legcuffed].\n")

//Admin-slept
if(sleeping > 8000000)
msg += SPAN_HIGHDANGER("<B>This player has been slept by staff.</B>\n")
Expand Down

0 comments on commit 16b59b3

Please sign in to comment.