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

@@ -112,6 +112,12 @@ namespace Content.Server.Doors.Components
}
}
/// <summary>
/// True if the bolt wire is cut, which will force the airlock to always be bolted as long as it has power.
/// </summary>
[ViewVariables]
public bool BoltWireCut;
/// <summary>
/// Whether the airlock should auto close. This value is reset every time the airlock closes.
/// </summary>