Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amber emergency shuttle timer doesn't show on screens. #34058

Closed
DinnerCalzone opened this issue Dec 24, 2024 · 1 comment · Fixed by #34071
Closed

Amber emergency shuttle timer doesn't show on screens. #34058

DinnerCalzone opened this issue Dec 24, 2024 · 1 comment · Fixed by #34071
Labels
A: General Interactions Area: General in-game interactions that don't relate to another area. DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. Issue: Replicated This issue has been replicated by another user. P2: Raised Priority: Item has a raised priority, indicating it might get increased maintainer attention. S: Requires Content PR Status: Requires a change to SS14, for which there is no open PR currently. T: Bugfix Type: Bugs and/or bugfixes

Comments

@DinnerCalzone
Copy link
Contributor

Description

When the emergency shuttle is called on Amber Station, it's ETA timer does not display on screens around the station.

Reproduction
Call the emergency shuttle on Amber Station.

Additional context
This seems to be the result of the emergency shuttle lacking a DeviceNetwork component that transmits a shuttle timer. Adding this component to the emergency shuttle's grid with the following configuration should fix the issue.

- type: DeviceNetwork
  configurators: []
  deviceLists: []
  transmitFrequencyId: ShuttleTimer
  deviceNetId: Wireless
@DinnerCalzone DinnerCalzone changed the title Amber emergeny shuttle timer doesn't show on screens. Amber emergency shuttle timer doesn't show on screens. Dec 24, 2024
@github-actions github-actions bot added the S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. label Dec 24, 2024
@ScarKy0 ScarKy0 added T: Bugfix Type: Bugs and/or bugfixes P2: Raised Priority: Item has a raised priority, indicating it might get increased maintainer attention. Issue: Replicated This issue has been replicated by another user. DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. A: General Interactions Area: General in-game interactions that don't relate to another area. S: Requires Content PR Status: Requires a change to SS14, for which there is no open PR currently. and removed S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. labels Dec 24, 2024
@southbridge-fur
Copy link
Contributor

I will resolve this tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: General Interactions Area: General in-game interactions that don't relate to another area. DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. Issue: Replicated This issue has been replicated by another user. P2: Raised Priority: Item has a raised priority, indicating it might get increased maintainer attention. S: Requires Content PR Status: Requires a change to SS14, for which there is no open PR currently. T: Bugfix Type: Bugs and/or bugfixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants