From 880c2d2a17b5eca0cdc5b3503de2078218f49d59 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 26 Jun 2017 18:15:23 +0100 Subject: [PATCH] Fixes formatting issue --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index c73e8d07a99..f3284885c13 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1100,7 +1100,7 @@ if(H.species && H.species.flags & NO_BREATHE) return //no puking if you can't smell! // Humans can lack a mind datum, y'know - if(H.mind && (H.mind.assigned_role == "Detective" || H.mind.assigned_role == "Coroner") ) + if(H.mind && (H.mind.assigned_role == "Detective" || H.mind.assigned_role == "Coroner")) return //too cool for puke to_chat(H, "You smell something foul...") H.fakevomit()