From 8b2834fadc03627f07296bee4a29a9b4f4bc5b2d Mon Sep 17 00:00:00 2001 From: Remie Richards Date: Wed, 29 Apr 2015 23:39:08 +0100 Subject: [PATCH] Made plasma exhale as CO2 instead oxygen. 1: Oxygen is indirectly harmful to plasmamen (they ignite) 2: Burnmix outputs CO2 --- code/modules/mob/living/carbon/human/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 33761bbeefe..45ae1814690 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1175,7 +1175,7 @@ //Exhale breath.toxins -= gas_breathed - breath.oxygen += gas_breathed + breath.carbon_dioxide += gas_breathed gas_breathed = 0