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

View File

@@ -39,7 +39,7 @@ public sealed class PrayerSystem : EntitySystem
return; return;
// this is to prevent ghosts from using it // this is to prevent ghosts from using it
if (!args.CanAccess) if (!args.CanInteract)
return; return;
var prayerVerb = new ActivationVerb var prayerVerb = new ActivationVerb