]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
cleanup navmap beacons (#20244)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Sat, 16 Sep 2023 09:48:03 +0000 (10:48 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Sep 2023 09:48:03 +0000 (19:48 +1000)
Co-authored-by: deltanedas <@deltanedas:kde.org>
Resources/Prototypes/Entities/Markers/warp_point.yml

index 22ec3ccc6fcf8726b3350bb213e01590e38a661b..d7651e1245eb1930a6ff0b560998945aff4e2c0a 100644 (file)
@@ -9,13 +9,10 @@
 
 - type: entity
   id: WarpPointBeacon
-  parent: MarkerBase
+  parent: WarpPoint
   name: warp point (beacon)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
+  - type: NavMapBeacon
 
 - type: entity
   parent: WarpPoint
 # Departments
 - type: entity
   id: WarpPointBeaconBar
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (bar)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: bar
-      color: "#791500"
+  - type: NavMapBeacon
+    text: bar
+    color: "#791500"
 
 - type: entity
   id: WarpPointBeaconCargo
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (cargo)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: cargo
-      color: "#A46106"
+  - type: NavMapBeacon
+    text: cargo
+    color: "#A46106"
 
 - type: entity
   id: WarpPointBeaconCommand
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (command)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: command
-      color: "#334E6D"
+  - type: NavMapBeacon
+    text: command
+    color: "#334E6D"
 
 - type: entity
   id: WarpPointBeaconEngineering
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (engineering)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: engineering
-      color: "#EFB341"
+  - type: NavMapBeacon
+    text: engineering
+    color: "#EFB341"
 
 - type: entity
   id: WarpPointBeaconMedical
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (medical)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: medical
-      color: "#52B4E9"
+  - type: NavMapBeacon
+    text: medical
+    color: "#52B4E9"
 
 - type: entity
   id: WarpPointBeaconNeutral
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (neutral)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: neutral
-      color: "#D4D4D4"
+  - type: NavMapBeacon
+    text: neutral
+    color: "#D4D4D4"
 
 - type: entity
   id: WarpPointBeaconScience
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (science)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: science
-      color: "#D381C9"
+  - type: NavMapBeacon
+    text: science
+    color: "#D381C9"
 
 - type: entity
   id: WarpPointBeaconService
-  parent: MarkerBase
+  parent: WarpPointBeacon
   name: warp point (service)
   components:
-    - type: WarpPoint
-    - type: Sprite
-      state: pink
-    - type: NavMapBeacon
-      text: service
-      color: "#9FED58"
+  - type: NavMapBeacon
+    text: service
+    color: "#9FED58"