Fixes the Helix shuttle wiring. (#2021)
* Fixes wiring + renames APCs * Delete the invalid + remove touch on APC.
This commit is contained in:
parent
18db7fb66f
commit
adaaa0e718
|
|
@ -366,7 +366,6 @@ entities:
|
|||
- type: RadiationGridResistance
|
||||
- type: SpreaderGrid
|
||||
- type: GravityShake
|
||||
nextShake: 0
|
||||
shakeTimes: 10
|
||||
- proto: AirCanister
|
||||
entities:
|
||||
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue