From 608442d9f8e4bfd0e02a35a7ba3dc0b433618d78 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:41:15 -0500 Subject: [PATCH] missing station beacons (#23150) --- .../Objects/Devices/station_beacon.yml | 61 ++++++++++++++++++- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 1c2517bb41..f317f35710 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -275,6 +275,14 @@ - type: NavMapBeacon text: morgue +- type: entity + parent: DefaultStationBeaconMedical + id: DefaultStationBeaconSurgery + suffix: Surgery + components: + - type: NavMapBeacon + text: surgery + - type: entity parent: DefaultStationBeacon id: DefaultStationBeaconScience @@ -406,6 +414,14 @@ - type: NavMapBeacon text: solars +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconGravGen + suffix: Grav Gen + components: + - type: NavMapBeacon + text: gravity generator + - type: entity parent: DefaultStationBeaconEngineering id: DefaultStationBeaconSingularity @@ -503,6 +519,31 @@ - type: NavMapBeacon text: janitor's closet +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconAI + suffix: AI + components: + - type: NavMapBeacon + text: AI + color: "#2ed2fd" + +- type: entity + parent: DefaultStationBeaconAI + id: DefaultStationBeaconAISatellite + suffix: AI Satellite + components: + - type: NavMapBeacon + text: AI satellite + +- type: entity + parent: DefaultStationBeaconAI + id: DefaultStationBeaconAICore + suffix: AI Core + components: + - type: NavMapBeacon + text: AI core + - type: entity parent: DefaultStationBeacon id: DefaultStationBeaconArrivals @@ -532,8 +573,24 @@ id: DefaultStationBeaconLibrary suffix: Library components: - - type: NavMapBeacon - text: library + - type: NavMapBeacon + text: library + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconTheater + suffix: Theater + components: + - type: NavMapBeacon + text: theater + +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconDorms + suffix: Dorms + components: + - type: NavMapBeacon + text: dorms - type: entity parent: DefaultStationBeacon -- 2.51.2