mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user