diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index 3c1dfd285c..66799a5e83 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -87,7 +87,7 @@ namespace Content.Shared.Interaction return; } - if (!user.InRangeUnobstructed(ev.Target)) + if (!InRangeUnobstructed(user, ev.Target, ignoreInsideBlocker: true)) { ev.Cancel(); return;