diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index 00232a36e5..135741d319 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -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