(Arrivals Terminal) SMES fix, telecoms exploit patch by CawsForConcern · Pull Request #2542 · ss14Starlight/space-station-14 (original) (raw)
Short description
- Fixes the SMES being connected incorrectly at the Arrivals Terminal
- Replaces the Telecoms server which previously had !! master comms !! with a Telcoms sever that just has Common net.
Note on implementation, I didn't implement this as a separate /_Starlight/ folder map, but I could if it's desired.
- I saw that its a server cvar in
Content.Shared\CCVar\CCVars.Shuttle.csthat handles where the Arrivals Terminal map is defined and didn't want to mess with it if it wasn't deemed necessary / desirable.
Why we need to add this
The SMES thing was mostly negligible, but the Telecom server with master comms is a huge oversight.
Media (Video/Screenshots)
fig. 1 - Cable Terminal facing the wrong way and the Telecom Server here is the one with master comms.
fig. 2 - The Cable Terminal actually faces the right way and the Telecom Server doesn't have master comms anymore.
Checks
- I do not require assistance to complete the PR.
- Before posting/requesting review of a PR, I have verified that the changes work.
- I have added screenshots/videos of the changes, or this PR does not change in-game mechanics.
- I affirm that my changes are licensed under the Starlight Fork License and grant permission for use in this repository under its conditions.
Changelog
🆑 CawsForConcern
- fix: (Arrivals Terminal) SMES was connected incorrectly
- tweak: (Arrivals Terminal) Replaced telecom server that had master comms with one that just has common radio

