diff --git a/Content.Server/Bible/BibleSystem.cs b/Content.Server/Bible/BibleSystem.cs index 3f989d8a19..1b71923a04 100644 --- a/Content.Server/Bible/BibleSystem.cs +++ b/Content.Server/Bible/BibleSystem.cs @@ -37,6 +37,9 @@ namespace Content.Server.Bible private void OnAfterInteract(EntityUid uid, BibleComponent component, AfterInteractEvent args) { + if (!args.CanReach) + return; + var currentTime = _gameTiming.CurTime; if (currentTime < component.CooldownEnd)