Airlock bolt and deconstruction fixes (#11985)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user