Skip to content

Commit

Permalink
Fixes the Helix shuttle wiring. (#2021)
Browse files Browse the repository at this point in the history
* Fixes wiring + renames APCs

* Delete the invalid + remove touch on APC.
  • Loading branch information
Radezolid authored Oct 19, 2024
1 parent 18db7fb commit adaaa0e
Showing 1 changed file with 35 additions and 11 deletions.
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

0 comments on commit adaaa0e

Please sign in to comment.