From ff9b8a2a8425d5ce7b5341c751a5683a321a9a11 Mon Sep 17 00:00:00 2001 From: Leshana Date: Sun, 29 May 2016 17:34:40 -0400 Subject: [PATCH] Make OOC_Notes easily and conveniently viewable when examining players. --- code/modules/mob/living/carbon/human/examine.dm | 5 +++++ code/modules/mob/living/carbon/human/human.dm | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index ecde71425f..a158aff70b 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -369,6 +369,11 @@ if(print_flavor_text()) msg += "[print_flavor_text()]\n" + // VOREStation Start + if(config.allow_Metadata && client) + msg += "OOC Notes: \[View\]\n" + // VOREStation End + msg += "*---------*" if (pose) if( findtext(pose,".",lentext(pose)) == 0 && findtext(pose,"!",lentext(pose)) == 0 && findtext(pose,"?",lentext(pose)) == 0 ) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 47853089cf..6e4fd8697a 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -359,6 +359,11 @@ if(href_list["item"]) handle_strip(href_list["item"],usr) + // VOREStation Start + if(href_list["ooc_notes"]) + src.Examine_OOC() + // VOREStation End + if (href_list["criminal"]) if(hasHUD(usr,"security"))