]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
missing station beacons (#23150)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Fri, 29 Dec 2023 02:41:15 +0000 (21:41 -0500)
committerGitHub <noreply@github.com>
Fri, 29 Dec 2023 02:41:15 +0000 (19:41 -0700)
Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml

index 1c2517bb412fab96f8000bbb84d37a9a4f089a87..f317f3571038117e7d93cfc718304e2936305a04 100644 (file)
   - type: NavMapBeacon
     text: morgue
 
+- type: entity
+  parent: DefaultStationBeaconMedical
+  id: DefaultStationBeaconSurgery
+  suffix: Surgery
+  components:
+  - type: NavMapBeacon
+    text: surgery
+
 - type: entity
   parent: DefaultStationBeacon
   id: DefaultStationBeaconScience
   - 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
   - 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
   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