Adds beacon to cog station vox box (#33000)
* added vox beacon * changed name to vox break room * added vox box station beacon
This commit is contained in:
parent
1ef5b2226a
commit
30017bc2d8
|
|
@ -73,3 +73,4 @@ station-beacon-tools = Tools
|
|||
station-beacon-disposals = Disposals
|
||||
station-beacon-cryosleep = Cryosleep
|
||||
station-beacon-escape-pod = Escape Pod
|
||||
station-beacon-vox = Vox Break Room
|
||||
|
|
|
|||
|
|
@ -16747,7 +16747,7 @@ entities:
|
|||
pos: -44.5,68.5
|
||||
parent: 12
|
||||
- type: Door
|
||||
secondsUntilStateChange: -5764.909
|
||||
secondsUntilStateChange: -5937.642
|
||||
state: Opening
|
||||
- type: DeviceLinkSource
|
||||
lastSignals:
|
||||
|
|
@ -84185,6 +84185,13 @@ entities:
|
|||
- type: Transform
|
||||
pos: -30.5,9.5
|
||||
parent: 12
|
||||
- proto: DefaultStationBeaconVox
|
||||
entities:
|
||||
- uid: 30179
|
||||
components:
|
||||
- type: Transform
|
||||
pos: 4.5,69.5
|
||||
parent: 12
|
||||
- proto: DefaultStationBeaconWardensOffice
|
||||
entities:
|
||||
- uid: 20823
|
||||
|
|
|
|||
|
|
@ -639,3 +639,11 @@
|
|||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-escape-pod
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconVox
|
||||
suffix: Vox
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-vox
|
||||
|
|
|
|||
Loading…
Reference in New Issue