add records console to aghost (#17091)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user