diff --git a/Content.Server/Prayer/PrayerSystem.cs b/Content.Server/Prayer/PrayerSystem.cs index f5051741c0..c8ef368dad 100644 --- a/Content.Server/Prayer/PrayerSystem.cs +++ b/Content.Server/Prayer/PrayerSystem.cs @@ -39,7 +39,7 @@ public sealed class PrayerSystem : EntitySystem return; // this is to prevent ghosts from using it - if (!args.CanAccess) + if (!args.CanInteract) return; var prayerVerb = new ActivationVerb