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