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