Skip to content

Commit

Permalink
Fixes Tortuga evac being unpowered AND ADDS ARENA STATION! (DeltaV-St…
Browse files Browse the repository at this point in the history
…ation#311)

* Fixes Tortuga evac being unpowered

* Adds Arena Station

---------

Co-authored-by: Jeff <>
  • Loading branch information
IamVelcroboy authored Oct 25, 2023
1 parent 0645894 commit 49c711b
Show file tree
Hide file tree
Showing 6 changed files with 174,447 additions and 35 deletions.
4 changes: 3 additions & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ public sealed class PostMapInitTest
"MeteorArena",
"Pebble", //DeltaV
"Edge", //DeltaV
"Tortuga" //DeltaV
"Tortuga", //DeltaV
"Arena" //DeltaV

};

/// <summary>
Expand Down
67 changes: 33 additions & 34 deletions Resources/Maps/Shuttles/NTES_Seal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@ entities:
- type: RadiationGridResistance
- type: SpreaderGrid
- type: GasTileOverlay
- nextShake: 0
shakeTimes: 10
- shakeTimes: 10
type: GravityShake
- proto: AirlockCommandGlassLocked
entities:
Expand Down Expand Up @@ -5897,6 +5896,38 @@ entities:
type: Transform
- color: '#FF1212FF'
type: AtmosPipeColor
- proto: GeneratorBasic15kW
entities:
- uid: 11
components:
- pos: -4.5,-11.5
parent: 60
type: Transform
- uid: 289
components:
- pos: -5.5,-11.5
parent: 60
type: Transform
- uid: 290
components:
- pos: -6.5,-11.5
parent: 60
type: Transform
- uid: 294
components:
- pos: 5.5,-11.5
parent: 60
type: Transform
- uid: 295
components:
- pos: 4.5,-11.5
parent: 60
type: Transform
- uid: 296
components:
- pos: 3.5,-11.5
parent: 60
type: Transform
- proto: GravityGeneratorMini
entities:
- uid: 626
Expand Down Expand Up @@ -6383,38 +6414,6 @@ entities:
pos: 0.5,-7.5
parent: 60
type: Transform
- proto: PortableGeneratorSuperPacman
entities:
- uid: 11
components:
- pos: -6.5,-11.5
parent: 60
type: Transform
- uid: 289
components:
- pos: -5.5,-11.5
parent: 60
type: Transform
- uid: 290
components:
- pos: -4.5,-11.5
parent: 60
type: Transform
- uid: 294
components:
- pos: 3.5,-11.5
parent: 60
type: Transform
- uid: 295
components:
- pos: 4.5,-11.5
parent: 60
type: Transform
- uid: 296
components:
- pos: 5.5,-11.5
parent: 60
type: Transform
- proto: PottedPlantRandom
entities:
- uid: 459
Expand Down
Loading

0 comments on commit 49c711b

Please sign in to comment.