Adds shuttle consoles for Sloth
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user