Skip to content

Commit

Permalink
Added DeviceNetwork to NTES_UCLB and NTES_Vertex (DeltaV-Station#1945)
Browse files Browse the repository at this point in the history
* Added DeviceNetwork to NTES_Titan.yml to allow for evac arrival/departure screen updates.

* Added Device Network to Vertex and UCLB
  • Loading branch information
FryOfDestiny authored Oct 1, 2024
1 parent 7cd0715 commit ef8df8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ entities:
- type: Gravity
gravityShakeSound: !type:SoundPathSpecifier
path: /Audio/Effects/alert.ogg
- type: DeviceNetwork
configurators: [ ]
deviceLists: [ ]
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: DecalGrid
chunkCollection:
version: 2
Expand Down
5 changes: 5 additions & 0 deletions Resources/Maps/Shuttles/DeltaV/NTES_Vertex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ entities:
- type: Gravity
gravityShakeSound: !type:SoundPathSpecifier
path: /Audio/Effects/alert.ogg
- type: DeviceNetwork
configurators: [ ]
deviceLists: [ ]
transmitFrequencyId: ShuttleTimer
deviceNetId: Wireless
- type: GridPathfinding
- type: DecalGrid
chunkCollection:
Expand Down

0 comments on commit ef8df8d

Please sign in to comment.