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:
parent
8b2179d0ae
commit
362033a0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue