mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixes IPCs thinking they need to breath. Woops. (#27737)
* Fixes IPCs thinking they need to breath. Woops. * Update _species.dm
This commit is contained in:
@@ -270,8 +270,8 @@
|
||||
|
||||
/datum/species/proc/breathe(mob/living/carbon/human/H)
|
||||
var/datum/organ/lungs/lung = H.get_int_organ_datum(ORGAN_DATUM_LUNGS)
|
||||
if(HAS_TRAIT(H, TRAIT_NOBREATH) && lung)
|
||||
lung.clear_alerts(H)
|
||||
if(HAS_TRAIT(H, TRAIT_NOBREATH))
|
||||
lung?.clear_alerts(H)
|
||||
return TRUE
|
||||
|
||||
////////////////
|
||||
|
||||
Reference in New Issue
Block a user