mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user