[MIRROR] removes unnecessary species breath code (#6588)

* Remove unnecessary species breath code (#59864)

Human code override breathe(), called the species datum which checked if the human had NO_BREATH. I just made it check for NOBREATH directly, since it is apparently a human only trait.

If someone wants to implement special breathing checks/behaviour, make custom lungs

* removes unnecessary species breath code

Co-authored-by: Time-Green <timkoster1@hotmail.com>
This commit is contained in:
SkyratBot
2021-06-29 17:39:21 +01:00
committed by GitHub
co-authored by Time-Green
parent 3ff513f971
commit 5fdd99aba6
3 changed files with 4 additions and 12 deletions
+2 -2
View File
@@ -506,8 +506,8 @@
desc = "A spongy rib-shaped mass for filtering plasma from the air."
icon_state = "lungs-plasma"
safe_oxygen_min = 0 //We don't breath this
safe_toxins_min = 16 //We breath THIS!
safe_oxygen_min = 0 //We don't breathe this
safe_toxins_min = 16 //We breathe THIS!
safe_toxins_max = 0
/obj/item/organ/lungs/slime