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>
This commit is contained in:
Cameron Lennox
2025-08-11 05:56:31 -04:00
committed by GitHub
parent 35b8a674b3
commit 56b3e4eab2
@@ -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)