Files
Bubberstation/code/game/objects/items
SkyratBot 40beaad0b3 [MIRROR] Moves the GPS component from the upload computers and communications console to the boards themselves when used (#27291)
* Moves the GPS component from the upload computers and communications console to the boards themselves when used (#82574)

## About The Pull Request

Moves the GPS component on Upload computers and Communications Console
to be handled from the board, not the machine, when a board is used to
modify the AI or used to login.

## Why It's Good For The Game
Quite frankely, the mechanic already exists. But it does not work due to
the component being attatched to the computer.

Currently it's intended for these critical computers to give GPS signals
because they can be taken, and built extremely easily, anywhere, and
deconstructed. Especially the upload boards, since the AI and borgs are
directly in the center of it when people keep subverting and fixing
laws. This is extremely annoying for the silicons. On top of that, you
building a communications console to hack in maint somewhere will leave
some sort of a trace to justify the reward.

Yes, they have a computer that sends out the GPS signal. But anyone with
a brain could realize all that's needed to circumvent this mechanic is
the use of a screwdriver.

Now, the GPS is registered on the boards themselves. The boards get
stored in the contents of the computer. You can't circumvent this now.

## Changelog

🆑
balance: The upload and communication boards directly have trackers
installed, activated only when authenticated.
/🆑

---------

Co-authored-by: Jacquerel <hnevard@ gmail.com>

* Moves the GPS component from the upload computers and communications console to the boards themselves when used

---------

Co-authored-by: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com>
Co-authored-by: Jacquerel <hnevard@ gmail.com>
2024-04-15 22:19:29 -04:00
..