Added beacon prototype for cryosleepers, relabeled medical's "Cryo" area to "Cryopods" (#24473)
Added beacons for cryosleepers, renamed med cryos to "Cryopods"
This commit is contained in:
@@ -20,7 +20,7 @@ station-beacon-security-checkpoint = Checkpoint
|
|||||||
station-beacon-medical = Medical
|
station-beacon-medical = Medical
|
||||||
station-beacon-medbay = Medbay
|
station-beacon-medbay = Medbay
|
||||||
station-beacon-chemistry = Chem
|
station-beacon-chemistry = Chem
|
||||||
station-beacon-cryonics = Cryo
|
station-beacon-cryonics = Cryopods
|
||||||
station-beacon-cmo = CMO
|
station-beacon-cmo = CMO
|
||||||
station-beacon-morgue = Morgue
|
station-beacon-morgue = Morgue
|
||||||
station-beacon-surgery = Surgery
|
station-beacon-surgery = Surgery
|
||||||
@@ -70,3 +70,4 @@ station-beacon-dorms = Dorms
|
|||||||
station-beacon-theater = Theater
|
station-beacon-theater = Theater
|
||||||
station-beacon-tools = Tools
|
station-beacon-tools = Tools
|
||||||
station-beacon-disposals = Disposals
|
station-beacon-disposals = Disposals
|
||||||
|
station-beacon-cryosleep = Cryosleep
|
||||||
|
|||||||
@@ -616,3 +616,11 @@
|
|||||||
- type: NavMapBeacon
|
- type: NavMapBeacon
|
||||||
text: station-beacon-disposals
|
text: station-beacon-disposals
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DefaultStationBeacon
|
||||||
|
id: DefaultStationBeaconCryosleep
|
||||||
|
suffix: Cryosleep
|
||||||
|
components:
|
||||||
|
- type: NavMapBeacon
|
||||||
|
text: station-beacon-cryosleep
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user