From d36b93a4d7fa2733f5c2e1de3694aa91dcaed635 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 4 Jun 2023 11:32:03 +0000 Subject: [PATCH] add records console to aghost (#17091) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Locale/en-US/robotics/ai-actions.ftl | 4 +++- .../Prototypes/Entities/Mobs/Player/admin_ghost.yml | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/robotics/ai-actions.ftl b/Resources/Locale/en-US/robotics/ai-actions.ftl index 940f574679..8c10c30e06 100644 --- a/Resources/Locale/en-US/robotics/ai-actions.ftl +++ b/Resources/Locale/en-US/robotics/ai-actions.ftl @@ -6,5 +6,7 @@ action-name-show-radar-console = Mass Scanner Interface action-description-show-radar-console = View a mass scanner interface. action-name-show-cargo-console = Cargo Ordering Interface action-description-show-cargo-console = View a cargo ordering interface. -action-name-show-crew-monitoring-console = Crew Monitoring Interface. +action-name-show-crew-monitoring-console = Crew Monitoring Interface action-description-crew-monitoring-console = View a crew monitoring interface. +action-name-show-station-records-console = Station Records Interface +action-description-show-station-records-console = View a station records Interface diff --git a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml index dde4205e0c..ba06c90a7c 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml @@ -44,6 +44,9 @@ type: CargoOrderConsoleBoundUserInterface - key: enum.CrewMonitoringUIKey.Key type: CrewMonitoringBoundUserInterface + - key: enum.GeneralStationRecordConsoleKey.Key + # who the fuck named this bruh + type: GeneralStationRecordConsoleBoundUserInterface - type: IntrinsicUI uis: - key: enum.SolarControlConsoleUiKey.Key @@ -91,6 +94,15 @@ keywords: [ "AI", "console", "interface" ] priority: -10 event: !type:ToggleIntrinsicUIEvent + - key: enum.GeneralStationRecordConsoleKey.Key + toggleAction: + name: action-name-show-station-records-console + description: action-description-station-records-console + icon: { sprite: Structures/Machines/parts.rsi, state: box_0 } + iconOn: Structures/Machines/parts.rsi/box_2.png + keywords: [ "AI", "console", "interface" ] + priority: -10 + event: !type:ToggleIntrinsicUIEvent - type: SolarControlConsole # look ma i AM the computer! - type: CommunicationsConsole title: communicationsconsole-announcement-title-centcom @@ -100,6 +112,7 @@ - type: CrewMonitoringConsole snap: false precision: 3 + - type: GeneralStationRecordConsole - type: DeviceNetwork deviceNetId: Wireless receiveFrequencyId: CrewMonitor