Skip to content

Commit

Permalink
Updated console to account for PR #32273
Browse files Browse the repository at this point in the history
  • Loading branch information
chromiumboy committed Sep 24, 2024
1 parent 2268ae6 commit b176a10
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
type: WiresBoundUserInterface

- type: entity
parent: BaseComputer
parent: BaseComputerAiAccess
id: AtmosMonitoringConsole
name: atmospheric network monitor
description: Used to monitor the station's atmospheric networks.
Expand All @@ -67,6 +67,8 @@
state: tank
- map: ["computerLayerKeys"]
state: atmos_key
- map: [ "enum.WiresVisualLayers.MaintenancePanel" ]
state: generic_panel_open
- type: AtmosMonitoringConsole
navMapTileColor: "#1a1a1a"
navMapWallColor: "#404040"
Expand All @@ -77,6 +79,8 @@
interfaces:
enum.AtmosMonitoringConsoleUiKey.Key:
type: AtmosMonitoringConsoleBoundUserInterface
enum.WiresUiKey.Key:
type: WiresBoundUserInterface

- type: entity
parent: BaseComputer
Expand Down

0 comments on commit b176a10

Please sign in to comment.