diff --git a/Resources/Locale/ru-RU/ADT/Communications/communications-console-component.ftl b/Resources/Locale/ru-RU/ADT/Communications/communications-console-component.ftl new file mode 100644 index 00000000000..6f8326f4850 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/Communications/communications-console-component.ftl @@ -0,0 +1 @@ +comms-console-announcement-title-ai = Искусственный интеллект \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ADT/Job/job-names.ftl b/Resources/Locale/ru-RU/ADT/Job/job-names.ftl index eea590626e8..8988fe03b7e 100644 --- a/Resources/Locale/ru-RU/ADT/Job/job-names.ftl +++ b/Resources/Locale/ru-RU/ADT/Job/job-names.ftl @@ -27,5 +27,10 @@ job-name-ADTSpaceSecPilot = пилот SPACE SEC job-name-ADTSpaceSecCommander = командир SPACE SEC job-name-ADTSpaceSecService = сотрудник SPACE SEC + +job-name-station-ai = ИИ Станции +JobStationAi = ИИ Станции + job-name-ADTSecBorg = Киборг службы безопасности JobADTSecBorg = Киборг службы безопасности + diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 7f09c15a95f..32046d36efd 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -46,6 +46,10 @@ type: GeneralStationRecordConsoleBoundUserInterface enum.SiliconLawsUiKey.Key: type: SiliconLawBoundUserInterface +# Start ADT Tweak + enum.CommunicationsConsoleUiKey.Key: + type: CommunicationsConsoleBoundUserInterface +# End ADT Tweak - type: IntrinsicUI uis: enum.RadarConsoleUiKey.Key: @@ -54,6 +58,13 @@ toggleAction: ActionAGhostShowCrewMonitoring enum.GeneralStationRecordConsoleKey.Key: toggleAction: ActionAGhostShowStationRecords +# Start ADT Tweak + enum.CommunicationsConsoleUiKey.Key: + toggleAction: ActionAGhostShowCommunications + - type: CommunicationsConsole + title: comms-console-announcement-title-ai + color: "#00bfff" +# End ADT Tweak # Actions - type: entity