From 0e43f73ba17c3254290d57210eccc07fa5c14d9d Mon Sep 17 00:00:00 2001 From: vulppine Date: Tue, 23 Aug 2022 02:57:03 -0700 Subject: [PATCH] threshold checking is now always truthy if a threshold isn't being ignored --- Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs b/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs index 31f077206e..fd3c640ec6 100644 --- a/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs +++ b/Content.Shared/Atmos/Monitor/AtmosAlarmThresholdPrototype.cs @@ -96,7 +96,7 @@ namespace Content.Shared.Atmos.Monitor return true; } - return false; + return true; } // set the primary bound, takes a hard value