From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sun, 4 Feb 2024 06:24:58 +0000 (-0600) Subject: Adds navmap beacon for escape pods (#24938) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=aa86b93adddebd92f612cfe790b59df5f53767e9;p=space-station-14.git Adds navmap beacon for escape pods (#24938) Co-authored-by: Jeff --- diff --git a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl index e94f6dd11d..6434311f21 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 39754d28e7..6cf66ba042 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