diff --git a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl index 6434311f21..9d0919d102 100644 --- a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl +++ b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl @@ -3,6 +3,7 @@ station-beacon-general = General station-beacon-command = Command station-beacon-bridge = Bridge station-beacon-vault = Vault +station-beacon-gateway = Gateway station-beacon-captain = Captain station-beacon-hop = HOP diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index b4e336b37d..19eab391ac 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -137,6 +137,14 @@ - type: NavMapBeacon defaultText: station-beacon-vault +- type: entity + parent: DefaultStationBeaconCommand + id: DefaultStationBeaconGateway + suffix: Gateway + components: + - type: NavMapBeacon + defaultText: station-beacon-gateway + - type: entity parent: DefaultStationBeaconCommand id: DefaultStationBeaconCaptainsQuarters