Added bolts to airlocks (#1138)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Doors
|
||||
@@ -7,5 +7,7 @@ namespace Content.Shared.GameObjects.Components.Doors
|
||||
public enum AirlockWireStatus
|
||||
{
|
||||
PowerIndicator,
|
||||
BoltIndicator,
|
||||
BoltLightIndicator,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user