Adds shuttle consoles for Sloth

This commit is contained in:
Swept
2021-07-15 23:33:39 -07:00
parent 8b1e935872
commit 48356ddb71

View File

@@ -10,6 +10,30 @@
key: atmos_key
screen: "alert-2"
- type: entity
parent: ComputerBase
id: ComputerShuttle
name: shuttle console
description: Used to pilot a shuttle.
components:
- type: Appearance
visuals:
- type: ComputerVisualizer
key: generic_key
screen: shuttle
- type: entity
parent: ComputerBase
id: ComputerShuttleSyndie
name: syndicate shuttle console
description: Used to pilot a syndicate shuttle.
components:
- type: Appearance
visuals:
- type: ComputerVisualizer
key: syndie_key
screen: syndishuttle
- type: entity
parent: ComputerBase
id: ComputerPowerMonitoring