From: Kevin Zheng Date: Thu, 12 Oct 2023 07:35:31 +0000 (-0800) Subject: Increase carbon dioxide poisoning damage (#20939) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=99f777ca9d98494f6da4f219c50e4e16473740e6;p=space-station-14.git Increase carbon dioxide poisoning damage (#20939) * Increase CO2 poisoning damage * Fix --- diff --git a/Resources/Prototypes/Reagents/gases.yml b/Resources/Prototypes/Reagents/gases.yml index 9fa06f632c..367ffa0894 100644 --- a/Resources/Prototypes/Reagents/gases.yml +++ b/Resources/Prototypes/Reagents/gases.yml @@ -135,7 +135,13 @@ damage: types: Poison: - 0.2 + 0.8 + - !type:Oxygenate # carbon dioxide displaces oxygen from the bloodstream, causing asphyxiation + conditions: + - !type:OrganType + type: Plant + shouldHave: false + factor: -4 # Cant be added until I add metabolism effects on reagent removal #- !type:AdjustAlert # alertType: CarbonDioxide