Check for no breathing mutation (#18151)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2025-08-05 04:09:34 -04:00
committed by GitHub
parent aa928bf598
commit 7bb8385d50
+1 -1
View File
@@ -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 ..()