diff --git a/Content.Server/Doors/Systems/AirlockSystem.cs b/Content.Server/Doors/Systems/AirlockSystem.cs index e6f4d0f0ce..e39f5bd9c2 100644 --- a/Content.Server/Doors/Systems/AirlockSystem.cs +++ b/Content.Server/Doors/Systems/AirlockSystem.cs @@ -202,6 +202,7 @@ namespace Content.Server.Doors.Systems component.BoltsDown = newBolts; Audio.PlayPvs(newBolts ? component.BoltDownSound : component.BoltUpSound, uid); + UpdateBoltLightStatus(uid, component); } public bool GetBoltLightsVisible(EntityUid uid, AirlockComponent component)