From 7ad2be48e2cb94dd3a867c433aabe4edb32e9c87 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sat, 4 May 2019 22:03:09 -0400 Subject: [PATCH] Egg Fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🥚 --- code/modules/mob/living/carbon/human/examine.dm | 3 +++ 1 file changed, 3 insertions(+) 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)