Adds navmap beacon for escape pods (#24938)
Co-authored-by: Jeff <velcroboy333@hotmail.com> (cherry picked from commit aa86b93adddebd92f612cfe790b59df5f53767e9)
This commit is contained in:
parent
aa069692ea
commit
c4a57075f0
|
|
@ -71,3 +71,4 @@ station-beacon-theater = Theater
|
|||
station-beacon-tools = Tools
|
||||
station-beacon-disposals = Disposals
|
||||
station-beacon-cryosleep = Cryosleep
|
||||
station-beacon-escape-pod = Escape Pod
|
||||
|
|
|
|||
|
|
@ -624,3 +624,10 @@
|
|||
- type: NavMapBeacon
|
||||
text: station-beacon-cryosleep
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconEscapePod
|
||||
suffix: Escape Pod
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
text: station-beacon-escape-pod
|
||||
|
|
|
|||
Loading…
Reference in New Issue