diff --git a/Content.Server/Construction/ConstructionSystem.Guided.cs b/Content.Server/Construction/ConstructionSystem.Guided.cs index d0ba3c5909..df2bba80bc 100644 --- a/Content.Server/Construction/ConstructionSystem.Guided.cs +++ b/Content.Server/Construction/ConstructionSystem.Guided.cs @@ -33,7 +33,7 @@ namespace Content.Server.Construction private void AddDeconstructVerb(EntityUid uid, ConstructionComponent component, GetOtherVerbsEvent args) { - if (!args.CanAccess) + if (!args.CanAccess || !args.CanInteract) return; if (component.TargetNode == component.DeconstructionNode ||