Skyrat-tg
Skyrat-tg copied to clipboard
AI camera search missing locations on some maps
Reporting client version: 514.1588
Round ID:
6717
Testmerges:
- [MODULAR] Fixes bug where opening Game Preferences and then spawning causing you to be random human. Also SR bodypart prefs refactor
- [MODULAR] Prefs-Enabled Synth, IPC and Cyborg Brains!
Reproduction:
Not version specific, not round specific, not PR specific. This is been going on for some time. In Ice Box (and possibly some other maps) it is impossible to automatically snap to Telecommunications or AI upload, for example, because they do not exist on the AI camera list under any name I can find. Most other places are fine and I can manually move the eye to see those places, but it makes it pretty difficult if I need to be there right away and I can't find it.
believe this is related to this runtime (since they're triggered when you open the list.) https://github.com/tgstation/tgstation/issues/70329
May be fixed by https://github.com/tgstation/tgstation/pull/70453 but we'll see.
the verb is set to only show cameras with ai's internal network, which is set to be ss13. telecomms and upload are not part of that network and thus do not show. should probably just bring the verb in line with the Jump to Network network sweep
https://github.com/Skyrat-SS13/Skyrat-tg/blob/4566c192c9a8e1eed2b646e7adae42f20849041d/code/game/machinery/camera/tracking.dm#L1-L15
resolved