Files
Bubberstation/code/modules/pai
adamsong 398d8957b6 Fixes borgs not being able to navigate through access restricted doors (#89773)
## About The Pull Request
Currently if a borg attempts to use nav to access a waypoint in a
restricted area of the station (brig for example) it will fail with "no
valid path with current access" because get_access on a borg return
nothing because they don't have an ID. get_access for silicons will now
return all station accesses.
## Why It's Good For The Game

Borgs need to find things, and not being able to nav into any restricted
areas is annoying.
## Changelog
🆑
add: Added the ability for borgs to pathfind into and through restricted
areas.
/🆑
2025-03-12 17:06:55 -04:00
..