mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 17:15:25 +01:00
Check for no breathing mutation (#18151)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -428,7 +428,7 @@
|
||||
return !(species.flags & NO_PAIN)
|
||||
|
||||
/mob/living/carbon/needs_to_breathe()
|
||||
if(does_not_breathe)
|
||||
if(does_not_breathe || (mNobreath in mutations))
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user