From 56b3e4eab222dfa89b9249e92a9a7e3e35ea6a0b Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Mon, 11 Aug 2025 05:56:31 -0400 Subject: [PATCH] No more agoraphobia stomach freakout (#18215) * PLEASE SIR IM TRYING TO WRITE agoraphobia no longer makes you freak out in gut * no val --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- .../mob/living/carbon/human/species/station/traits/negative.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/traits/negative.dm b/code/modules/mob/living/carbon/human/species/station/traits/negative.dm index 5fc3fa1146..7222d91d0d 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits/negative.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits/negative.dm @@ -336,6 +336,8 @@ /datum/trait/negative/agoraphobia/handle_environment_special(var/mob/living/carbon/human/H) spawn(0) + if(isbelly(H.loc)) //I don't need to be told every 2 seconds I'm freaking out when I'm in a belly trying to WRITE!!! We can handle all the stress of it when (IF) we are let out of the gut. + return var/list/in_range = list() // If they're dead or unconcious they're a bit beyond this kind of thing. if(H.stat)