From d78a1ef8ed70f481e3fc775d6608ac0a273c4cd9 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sat, 9 Jun 2018 07:05:53 -0400 Subject: [PATCH] And here, too! the /human subtype completely overrides the /atom/movable examine() --- code/modules/mob/living/carbon/human/examine.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 49b415e2e64..b860d2b855b 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -329,7 +329,7 @@ else if(disconnect_time) msg += "\[Disconnected/ghosted [round(((world.realtime - disconnect_time)/10)/60)] minutes ago\]\n" //VOREStation Add End - + var/list/wound_flavor_text = list() var/list/is_bleeding = list() var/applying_pressure = "" @@ -439,6 +439,9 @@ // VOREStation Start if(ooc_notes) msg += "OOC Notes: \[View\]\n" + + msg += "\[Mechanical Vore Preferences\]\n" + // VOREStation End msg += "*---------*
" msg += applying_pressure