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