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
|
||||
@@ -8,7 +8,8 @@ namespace Content.Shared.GameObjects.Components.Doors
|
||||
public enum DoorVisuals
|
||||
{
|
||||
VisualState,
|
||||
Powered
|
||||
Powered,
|
||||
BoltLights
|
||||
}
|
||||
|
||||
[NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user