Update life.dm

This commit is contained in:
LetterJay
2018-05-21 12:32:44 -05:00
committed by GitHub
parent 359d31238d
commit f0c99c5f9c
+1 -1
View File
@@ -46,7 +46,7 @@
/mob/living/carbon/human/calculate_affecting_pressure(pressure)
if(istype(loc, /obj/belly)) //START OF CIT CHANGES - Makes it so you don't suffocate while inside vore organs. Remind me to modularize this some time - Bhijn
return ONE_ATMOSPHERE
if(istype(loc, /obj/item/device/dogborg/sleeper))
if(istype(loc, /obj/item/dogborg/sleeper))
return ONE_ATMOSPHERE //END OF CIT CHANGES
if (wear_suit && head && is_type_in_typecache(wear_suit, GLOB.typecache_clothing) && is_type_in_typecache(head, GLOB.typecache_clothing))
var/obj/item/clothing/CS = wear_suit