diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index 64ef8048b3..3fdb55a867 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -171,6 +171,7 @@ namespace Content.Shared.Interaction // Perform alternative interactions, using context menu verbs. // These perform their own range, can-interact, and accessibility checks. AltInteract(user, target.Value); + return; } if (checkCanInteract && !_actionBlockerSystem.CanInteract(user, target))