mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
No Lung Pop (#9337)
Drowning in the pool no longer causes your lungs to pop.
You will no longer gasp for air when submerged, instead you will flail violently.
This commit is contained in:
@@ -189,4 +189,9 @@
|
||||
/mob/living/carbon/human/proc/has_hearing_aid()
|
||||
if(istype(l_ear, /obj/item/device/hearing_aid) || istype(r_ear, /obj/item/device/hearing_aid))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/mob/living/carbon/human/proc/is_submerged()
|
||||
if(lying && istype(loc, /turf/simulated/floor/beach/water)) // replace this when we port fluids
|
||||
return TRUE
|
||||
return FALSE
|
||||
Reference in New Issue
Block a user