diff --git a/Content.Server/GameObjects/Components/Construction/ConstructionComponent.cs b/Content.Server/GameObjects/Components/Construction/ConstructionComponent.cs index 24ef4b2416..b449c9f4cc 100644 --- a/Content.Server/GameObjects/Components/Construction/ConstructionComponent.cs +++ b/Content.Server/GameObjects/Components/Construction/ConstructionComponent.cs @@ -59,6 +59,9 @@ namespace Content.Server.GameObjects.Components.Construction public IReadOnlyCollection Containers => _containers; + [ViewVariables] + int IInteractUsing.Priority => 2; + [ViewVariables] public ConstructionGraphNode? Target {