diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 5c14c2cf02..82706b46ee 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -323,14 +323,13 @@ msg += "\[Add crime\] " msg += "\[View comment log\] " msg += "\[Add comment\]\n" -<<<<<<< HEAD + + else if(isobserver(user) && traitstring) + msg += "Traits: [traitstring]
" + if(print_flavor_text() && get_visible_name() != "Unknown")//Are we sure we know who this is? Don't show flavor text unless we can recognize them. Prevents certain metagaming with impersonation. msg += "[print_flavor_text()]\n" -======= - else if(isobserver(user) && traitstring) - msg += "Traits: [traitstring]
" ->>>>>>> ab9e2e8... Adds minor roundstart traits! (ala CDDA, etc.) (#35440) msg += "*---------*" to_chat(user, msg)