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