From bb7582149b9247a76219e58943f75a5264b7b6d1 Mon Sep 17 00:00:00 2001 From: CthulhuOnIce <41597119+CthulhuOnIce@users.noreply.github.com> Date: Fri, 19 Apr 2019 20:43:32 -0500 Subject: [PATCH] these should be continues --- code/modules/mob/living/carbon/human/life.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index c50457c0bf6..903c8ef80d3 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1005,12 +1005,12 @@ if(prob(2)) var/obj/item/clothing/mask/M = H.wear_mask if(M && (M.flags_cover & MASKCOVERSMOUTH)) - return + continue if(NO_BREATHE in H.dna.species.species_traits) - return //no puking if you can't smell! + continue //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")) - return //too cool for puke + continue //too cool for puke to_chat(H, "You smell something foul...") H.fakevomit() @@ -1102,4 +1102,4 @@ // Need this in species. //#undef HUMAN_MAX_OXYLOSS -//#undef HUMAN_CRIT_MAX_OXYLOSS \ No newline at end of file +//#undef HUMAN_CRIT_MAX_OXYLOSS