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

Omega Station: Fix Air Alarm in CMO office #33216

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions Resources/Maps/omega.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4648,9 +4648,13 @@ entities:
- uid: 6692
components:
- type: Transform
rot: -1.5707963267948966 rad
pos: -23.5,-26.5
rot: 3.141592653589793 rad
pos: -25.5,-29.5
parent: 4812
- type: DeviceList
devices:
- 6253
- 5033
- uid: 7234
components:
- type: Transform
Expand Down Expand Up @@ -54547,6 +54551,9 @@ entities:
rot: 3.141592653589793 rad
pos: -24.5,-27.5
parent: 4812
- type: DeviceNetwork
deviceLists:
- 6692
- type: AtmosPipeColor
color: '#0055CCFF'
- uid: 5222
Expand Down Expand Up @@ -55489,6 +55496,9 @@ entities:
rot: 3.141592653589793 rad
pos: -26.5,-26.5
parent: 4812
- type: DeviceNetwork
deviceLists:
- 6692
- type: AtmosPipeColor
color: '#990000FF'
- uid: 6417
Expand Down
Loading