From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:56:34 +0000 (-0600) Subject: Adds Station Anchor Beacon (#33711) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=207c849e2d954ffe2b6ee8bfb06da20bc962df52;p=space-station-14.git Adds Station Anchor Beacon (#33711) Co-authored-by: Velcroboy --- diff --git a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl index 4e7a8b235b..a2664a44ca 100644 --- a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl +++ b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl @@ -51,6 +51,7 @@ station-beacon-telecoms = Telecoms station-beacon-atmos = Atmos station-beacon-teg = TEG station-beacon-tech-vault = Tech Vault +station-beacon-anchor = Anchor station-beacon-service = Service station-beacon-kitchen = Kitchen diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 836ce7ff14..8ef51b0cd8 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -438,6 +438,14 @@ - type: NavMapBeacon defaultText: station-beacon-gravgen +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconAnchor + suffix: Anchor + components: + - type: NavMapBeacon + defaultText: station-beacon-anchor + - type: entity parent: DefaultStationBeaconEngineering id: DefaultStationBeaconSingularity