From 21fc99de6755b63e3e0a10c01209120a90b7ceda Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:31:03 +0200 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=BA=D1=88=D0=B8=D0=BE=D0=BD=20=D1=81?= =?UTF-8?q?=D0=B2=D1=8F=D0=B7=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=98=D0=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communications-console-component.ftl | 1 + Resources/Prototypes/Entities/Mobs/Player/silicon.yml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Resources/Locale/ru-RU/ADT/Communications/communications-console-component.ftl 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/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