power check for firelocks, atmos monitor power cycle should now alert

This commit is contained in:
vulppine
2022-08-22 16:47:34 -07:00
parent 069ea2e315
commit 7fd510d252
2 changed files with 6 additions and 0 deletions

View File

@@ -160,6 +160,8 @@ namespace Content.Server.Atmos.Monitor.Systems
var air = _atmosphereSystem.GetContainingMixture(uid, true);
component.TileGas = air;
}
Alert(uid, component.LastAlarmState);
}
}
}