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

Fixes the Helix shuttle wiring. #2021

Merged
merged 2 commits into from
Oct 19, 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
46 changes: 35 additions & 11 deletions Resources/Maps/Shuttles/DeltaV/helix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ entities:
- type: RadiationGridResistance
- type: SpreaderGrid
- type: GravityShake
nextShake: 0
shakeTimes: 10
- proto: AirCanister
entities:
Expand Down Expand Up @@ -499,14 +498,14 @@ entities:
- uid: 205
components:
- type: MetaData
name: Treatment APC
name: Treatment / West docks APC
- type: Transform
pos: -3.5,7.5
parent: 1
- uid: 448
components:
- type: MetaData
name: Cryo APC
name: Cryo / East docks APC
- type: Transform
pos: 10.5,8.5
parent: 1
Expand Down Expand Up @@ -559,7 +558,7 @@ entities:
- uid: 28
components:
- type: Transform
pos: 10.5,7.5
pos: -3.5,5.5
parent: 1
- uid: 29
components:
Expand Down Expand Up @@ -951,6 +950,31 @@ entities:
- type: Transform
pos: 2.5,3.5
parent: 1
- uid: 478
components:
- type: Transform
pos: -3.5,6.5
parent: 1
- uid: 479
components:
- type: Transform
pos: -3.5,7.5
parent: 1
- uid: 480
components:
- type: Transform
pos: 10.5,5.5
parent: 1
- uid: 481
components:
- type: Transform
pos: 10.5,6.5
parent: 1
- uid: 482
components:
- type: Transform
pos: 10.5,7.5
parent: 1
- proto: CableHV
entities:
- uid: 107
Expand Down Expand Up @@ -1223,13 +1247,6 @@ entities:
rot: 3.141592653589793 rad
pos: 5.5,11.5
parent: 1
- proto: chem_master
entities:
- uid: 140
components:
- type: Transform
pos: 4.5,3.5
parent: 1
- proto: ChemDispenser
entities:
- uid: 141
Expand All @@ -1244,6 +1261,13 @@ entities:
- type: Transform
pos: 3.5,1.5
parent: 1
- proto: ChemMaster
entities:
- uid: 140
components:
- type: Transform
pos: 4.5,3.5
parent: 1
- proto: ClosetWallEmergencyFilledRandom
entities:
- uid: 445
Expand Down
Loading