From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:41:15 +0000 (-0500) Subject: missing station beacons (#23150) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=608442d9f8e4bfd0e02a35a7ba3dc0b433618d78;p=space-station-14.git missing station beacons (#23150) --- 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