Airlock bolt and deconstruction fixes (#11985)

This commit is contained in:
0x6273
2022-10-17 02:44:04 +02:00
committed by GitHub
parent a5a92c4dca
commit fe00c1c10b
9 changed files with 19 additions and 29 deletions

View File

@@ -48,6 +48,8 @@ namespace Content.Server.Doors.Systems
}
else
{
if (component.BoltWireCut)
component.SetBoltsWithAudio(true);
UpdateAutoClose(uid, door: door);
}