From: osjarw Date: Tue, 9 Jul 2024 20:28:28 +0000 (+0300) Subject: Air alarms check sensors upon power returning X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=303b5c8393e1fad157326d0718a5da47cb92df65;p=space-station-14.git Air alarms check sensors upon power returning --- diff --git a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs index c1a5256fdd..2bbd409b8f 100644 --- a/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs +++ b/Content.Server/Atmos/Monitor/Systems/AtmosMonitoringSystem.cs @@ -151,6 +151,7 @@ public sealed class AtmosMonitorSystem : EntitySystem } _deviceNetSystem.QueuePacket(uid, args.SenderAddress, payload); + Alert(uid, component.LastAlarmState); break; } }