Update bolt light after bolts fall (#13636)

This commit is contained in:
Morb
2023-01-21 19:33:11 +03:00
committed by GitHub
parent a2dd3af7c2
commit 9874ce5f48

View File

@@ -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)