Fix ghost prayer interaction (#27199)

fix ghost prayer interaction

Co-authored-by: Júlio César <j.cesarueti@yahoo.com>
This commit is contained in:
Júlio César Ueti 2024-04-21 06:01:00 -03:00 committed by GitHub
parent 8b2179d0ae
commit 362033a0c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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