diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm
index d05babc345..d1a28f5059 100644
--- a/code/modules/mob/living/carbon/human/examine.dm
+++ b/code/modules/mob/living/carbon/human/examine.dm
@@ -440,6 +440,9 @@
if(ooc_notes)
msg += "OOC Notes: \[View\]\n"
// VOREStation End
+ //TFF 4/5/19 - fixes overlooked examine text displaying for human mobs
+ msg += "\[Mechanical Vore Preferences\]\n"
+
msg += "*---------*
"
msg += applying_pressure
if(pose)