From aa86b93adddebd92f612cfe790b59df5f53767e9 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sun, 4 Feb 2024 00:24:58 -0600 Subject: [PATCH] Adds navmap beacon for escape pods (#24938) Co-authored-by: Jeff --- Resources/Locale/en-US/navmap-beacons/station-beacons.ftl | 1 + .../Prototypes/Entities/Objects/Devices/station_beacon.yml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl index e94f6dd11df4..6434311f21f6 100644 --- a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl +++ b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl @@ -71,3 +71,4 @@ station-beacon-theater = Theater station-beacon-tools = Tools station-beacon-disposals = Disposals station-beacon-cryosleep = Cryosleep +station-beacon-escape-pod = Escape Pod diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 39754d28e78a..6cf66ba04211 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -624,3 +624,10 @@ - type: NavMapBeacon text: station-beacon-cryosleep +- type: entity + parent: DefaultStationBeacon + id: DefaultStationBeaconEscapePod + suffix: Escape Pod + components: + - type: NavMapBeacon + text: station-beacon-escape-pod