From 8f4c49a41a4c4519b3dc8ad00faf5f918a6c4471 Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:46:36 +0100 Subject: [PATCH] HOTFIX Tweaked air alarm default settings for nitrogen breathing crew (#34198) air alarm default settings modified for anaerobic crew --- Resources/Prototypes/Atmospherics/thresholds.yml | 11 +++++++++++ .../Structures/Specific/Atmospherics/sensor.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Atmospherics/thresholds.yml b/Resources/Prototypes/Atmospherics/thresholds.yml index 260fadbe71..29904e6f24 100644 --- a/Resources/Prototypes/Atmospherics/thresholds.yml +++ b/Resources/Prototypes/Atmospherics/thresholds.yml @@ -33,6 +33,17 @@ # For gas concentrations, threshold=0.1 means 10% - type: alarmThreshold id: stationOxygen + lowerBound: !type:AlarmThresholdSetting + threshold: 0.10 + upperBound: !type:AlarmThresholdSetting + threshold: 0.3 + lowerWarnAround: !type:AlarmThresholdSetting + threshold: 1.5 + upperWarnAround: !type:AlarmThresholdSetting + threshold: 0.8 + +- type: alarmThreshold + id: stationNitrogen lowerBound: !type:AlarmThresholdSetting threshold: 0.10 lowerWarnAround: !type:AlarmThresholdSetting diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index b118b85c4d..57ba3432ba 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -17,7 +17,7 @@ pressureThresholdId: stationPressure gasThresholdPrototypes: Oxygen: stationOxygen - Nitrogen: ignore + Nitrogen: stationNitrogen CarbonDioxide: stationCO2 Plasma: stationPlasma Tritium: stationTritium -- 2.51.2