From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:46:36 +0000 (+0100) Subject: HOTFIX Tweaked air alarm default settings for nitrogen breathing crew (#34198) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8f4c49a41a4c4519b3dc8ad00faf5f918a6c4471;p=space-station-14.git HOTFIX Tweaked air alarm default settings for nitrogen breathing crew (#34198) air alarm default settings modified for anaerobic crew --- 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