Pathfinder hotfixes (#8201)

This commit is contained in:
metalgearsloth
2022-05-16 13:21:00 +10:00
committed by GitHub
parent 638ccb8500
commit 01d2d174fc
12 changed files with 301 additions and 460 deletions

View File

@@ -67,7 +67,7 @@ public sealed class DoorSystem : SharedDoorSystem
_airtightSystem.SetAirblocked(airtight, collidable);
// Pathfinding / AI stuff.
RaiseLocalEvent(new AccessReaderChangeMessage(uid, collidable));
RaiseLocalEvent(new AccessReaderChangeEvent(uid, collidable));
base.SetCollidable(uid, collidable, door, physics, occluder);
}