diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm
index cf517dc7389..7f4b90aef0b 100644
--- a/code/modules/mob/living/carbon/human/examine.dm
+++ b/code/modules/mob/living/carbon/human/examine.dm
@@ -388,9 +388,11 @@
msg += "Physical status: \[[medical]\]\n"
msg += "Medical records: \[View\] \[Add comment\]\n"
-
if(print_flavor_text() && !skipface)
- msg += "[print_flavor_text()]\n"
+ if(get_organ("head"))
+ var/obj/item/organ/external/head/H = get_organ("head")
+ if(!H.disfigured)
+ msg += "[print_flavor_text()]\n"
msg += "*---------*"
if(pose)