From: Júlio César Ueti <52474532+Mirino97@users.noreply.github.com> Date: Sun, 21 Apr 2024 09:01:00 +0000 (-0300) Subject: Fix ghost prayer interaction (#27199) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=362033a0c7b2e13d37cb938fc6b054662b153caf;p=space-station-14.git Fix ghost prayer interaction (#27199) fix ghost prayer interaction Co-authored-by: Júlio César --- 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