From 86faf8565bef8bc9d3599858be0cecbb6a12a75d Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Wed, 31 Mar 2021 15:02:26 -0700 Subject: [PATCH] Fix construction wrenching not working with anchorable (#3772) --- .../Components/Construction/ConstructionComponent.cs | 3 +++ 1 file changed, 3 insertions(+) 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 {