@@ -85,13 +85,13 @@ public sealed partial class SuitSensorComponent : Component
|
||||
/// <summary>
|
||||
/// The previous mode of the suit. This is used to restore the state when an EMP effect ends.
|
||||
/// </summary>
|
||||
[DataField, ViewVariables]
|
||||
[DataField, AutoNetworkedField, ViewVariables]
|
||||
public SuitSensorMode PreviousMode = SuitSensorMode.SensorOff;
|
||||
|
||||
/// <summary>
|
||||
/// The previous locked status of the controls. This is used to restore the state when an EMP effect ends.
|
||||
/// This keeps prisoner jumpsuits/internal implants from becoming unlocked after an EMP.
|
||||
/// </summary>
|
||||
[DataField, ViewVariables]
|
||||
[DataField, AutoNetworkedField, ViewVariables]
|
||||
public bool PreviousControlsLocked = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user