From b7bfb55b96e72c63b258c599c4caf29c3140beb5 Mon Sep 17 00:00:00 2001 From: Belsima <31827220+Belsima@users.noreply.github.com> Date: Mon, 22 Jan 2018 16:04:50 -0500 Subject: [PATCH] fixes blennophobia (#4606) * function now, code * actually i can throw that out entirely --- code/modules/mob/_modifiers/traits_phobias.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/_modifiers/traits_phobias.dm b/code/modules/mob/_modifiers/traits_phobias.dm index 89fbb4553b..c96c6890e6 100644 --- a/code/modules/mob/_modifiers/traits_phobias.dm +++ b/code/modules/mob/_modifiers/traits_phobias.dm @@ -437,8 +437,7 @@ fear_amount += 1 if(istype(S.species, /datum/species/shapeshifter/promethean)) fear_amount += 4 - else - return + return fear_amount /datum/modifier/trait/phobia/trypanophobe