Files
Bubberstation/code
72f3300eea Refactor shield satalites to use proximity_monitor making them more reliable (#87799)
## About The Pull Request

Refactors the meteor satalites to use proximity_monitor making them MUCH
more reliable

## Why It's Good For The Game

Previvously it would process and check if meteor is in range every 0.2
seconds via subsystem. This made it very possible that meteor flew past
it before it even got detected, bypassing the shield. For it being
station objective that feels rather silly. Especialy when meteors can
actuely HIT THE SAT AND DESTROY IT

Also slight delay in toggleing on so you cant spam toggle it

## Changelog
🆑
refactor: Nanotrasen has introducted new upgrades into the aging station
shield statalites, they require a but longer to toggle on however
/🆑

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2024-12-05 01:45:00 +00:00
..