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

New cargo shuttle blast doors hotfix #1468

Merged
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
24 changes: 15 additions & 9 deletions Resources/Maps/SS220/Shuttles/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ entities:
parent: 173
- type: DeviceLinkSink
links:
- 25
- 4
- uid: 21
components:
- type: Transform
Expand All @@ -269,7 +269,7 @@ entities:
parent: 173
- type: DeviceLinkSink
links:
- 25
- 27
- uid: 22
components:
- type: Transform
Expand All @@ -278,7 +278,7 @@ entities:
parent: 173
- type: DeviceLinkSink
links:
- 25
- 20
- proto: CableApcExtension
entities:
- uid: 100
Expand Down Expand Up @@ -935,12 +935,20 @@ entities:
rot: -1.5707963267948966 rad
pos: 0.5,-0.5
parent: 173
- type: DeviceLinkSource
linkedPorts:
6:
- Pressed: Toggle
- uid: 20
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -5.5,-0.5
parent: 173
- type: DeviceLinkSource
linkedPorts:
22:
- Pressed: Toggle
- uid: 25
components:
- type: Transform
Expand All @@ -951,18 +959,16 @@ entities:
linkedPorts:
3:
- Pressed: Toggle
21:
- Pressed: Toggle
22:
- Pressed: Toggle
6:
- Pressed: Toggle
- uid: 27
components:
- type: Transform
rot: 1.5707963267948966 rad
pos: -5.5,5.5
parent: 173
- type: DeviceLinkSource
linkedPorts:
21:
- Pressed: Toggle
- proto: SubstationWallBasic
entities:
- uid: 66
Expand Down
Loading