mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Lungs that are repaired will stop causing oxyloss
This commit is contained in:
@@ -78,6 +78,8 @@
|
|||||||
I.damage = 0
|
I.damage = 0
|
||||||
if(I.organ_tag == O_EYES)
|
if(I.organ_tag == O_EYES)
|
||||||
target.sdisabilities &= ~BLIND
|
target.sdisabilities &= ~BLIND
|
||||||
|
if(I.organ_tag == O_LUNGS)
|
||||||
|
target.losebreath = 0
|
||||||
|
|
||||||
fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user