From f04185024ae72e3a12faae221dee4c73882f0c91 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Sat, 19 Jan 2013 22:53:44 +0400 Subject: [PATCH] Moved pose text lower per suggestions on forums. --- code/modules/mob/living/carbon/human/examine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 5059f91eba7..d80f27c729d 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -60,8 +60,6 @@ t_him = "her" msg += "[src.name]!\n" - if (pose) - msg += "[t_He] is [pose].\n" //uniform if(w_uniform && !skipjumpsuit) @@ -420,5 +418,7 @@ if(print_flavor_text()) msg += "[print_flavor_text()]\n" msg += "*---------*" + if (pose) + msg += "\n[t_He] is [pose]." usr << msg