From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:51:32 +0000 (+0000) Subject: give plasma half of co2 air alarm threshold (#22938) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2d213b8ab0a5ba24ebb5348176cc03bd6daa489b;p=space-station-14.git give plasma half of co2 air alarm threshold (#22938) Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Atmospherics/thresholds.yml b/Resources/Prototypes/Atmospherics/thresholds.yml index 462a0c8942..9b09d64a10 100644 --- a/Resources/Prototypes/Atmospherics/thresholds.yml +++ b/Resources/Prototypes/Atmospherics/thresholds.yml @@ -39,6 +39,13 @@ upperWarnAround: !type:AlarmThresholdSetting threshold: 0.5 +- type: alarmThreshold + id: stationPlasma + upperBound: !type:AlarmThresholdSetting + threshold: 0.00125 + upperWarnAround: !type:AlarmThresholdSetting + threshold: 0.5 + - type: alarmThreshold id: stationWaterVapor upperBound: !type:AlarmThresholdSetting diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml index 934c446eaf..12514f03fe 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml @@ -47,7 +47,7 @@ Oxygen: stationOxygen Nitrogen: ignore CarbonDioxide: stationCO2 - Plasma: danger # everything below is usually bad + Plasma: stationPlasma # everything below is usually bad Tritium: danger WaterVapor: stationWaterVapor Ammonia: stationAmmonia @@ -138,7 +138,7 @@ Oxygen: stationOxygen Nitrogen: ignore CarbonDioxide: stationCO2 - Plasma: danger # everything below is usually bad + Plasma: stationPlasma # everything below is usually bad Tritium: danger WaterVapor: stationWaterVapor Ammonia: stationAmmonia diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index 34ae4d946f..2df48a584c 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -52,7 +52,7 @@ Oxygen: stationOxygen Nitrogen: ignore CarbonDioxide: stationCO2 - Plasma: danger # everything below is usually bad + Plasma: stationPlasma # everything below is usually bad Tritium: danger WaterVapor: stationWaterVapor Ammonia: stationAmmonia