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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user