From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 16 Sep 2023 09:48:03 +0000 (+0100) Subject: cleanup navmap beacons (#20244) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ac0b8fe621f1732bdc6ea4159b86c37a9980ee38;p=space-station-14.git cleanup navmap beacons (#20244) Co-authored-by: deltanedas <@deltanedas:kde.org> --- diff --git a/Resources/Prototypes/Entities/Markers/warp_point.yml b/Resources/Prototypes/Entities/Markers/warp_point.yml index 22ec3ccc6f..d7651e1245 100644 --- a/Resources/Prototypes/Entities/Markers/warp_point.yml +++ b/Resources/Prototypes/Entities/Markers/warp_point.yml @@ -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 @@ -33,96 +30,72 @@ # 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"