Skip to content

Commit

Permalink
comms console, engi computers
Browse files Browse the repository at this point in the history
  • Loading branch information
iaada committed Dec 31, 2024
1 parent 96b00d3 commit 04b5da9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Silicon: 20

- type: entity
parent: BaseComputerCircuitboard
parent: [ BaseComputerCircuitboard, BaseEngineeringContraband ]
id: AlertsComputerCircuitboard
name: atmospheric alerts computer board
description: A computer printed circuit board for an atmospheric alerts computer.
Expand All @@ -31,7 +31,7 @@
prototype: ComputerAlert

- type: entity
parent: BaseComputerCircuitboard
parent: [ BaseComputerCircuitboard, BaseEngineeringContraband ]
id: AtmosMonitoringComputerCircuitboard
name: atmospheric network monitor board
description: A computer printed circuit board for an atmospheric network monitor.
Expand All @@ -40,7 +40,7 @@
prototype: ComputerAtmosMonitoring

- type: entity
parent: BaseComputerCircuitboard
parent: [ BaseComputerCircuitboard, BaseEngineeringContraband ]
id: PowerComputerCircuitboard
name: power monitoring computer board
description: A computer printed circuit board for a power monitoring computer.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: BaseComputerAiAccess
parent: [ BaseComputerAiAccess, BaseEngineeringContraband ]
id: ComputerAlert
name: atmospheric alerts computer
description: Used to access the station's atmospheric automated alert system.
Expand Down Expand Up @@ -50,7 +50,7 @@
type: WiresBoundUserInterface

- type: entity
parent: BaseComputerAiAccess
parent: [ BaseComputerAiAccess, BaseEngineeringContraband ]
id: ComputerAtmosMonitoring
name: atmospheric network monitor
description: Used to monitor the station's atmospheric networks.
Expand Down Expand Up @@ -288,7 +288,7 @@
board: ComputerIFFSyndicateCircuitboard

- type: entity
parent: BaseComputerAiAccess
parent: [ BaseComputerAiAccess, BaseEngineeringContraband ]
id: ComputerPowerMonitoring
name: power monitoring computer
description: It monitors power levels across the station.
Expand Down Expand Up @@ -634,7 +634,7 @@
color: "#1f8c28"

- type: entity
parent: BaseComputerAiAccess
parent: [ BaseComputerAiAccess, BaseGrandTheftContraband ]
id: ComputerComms
name: communications computer
description: A computer used to make station wide announcements via keyboard, set the appropriate alert level, and call the emergency shuttle.
Expand Down

0 comments on commit 04b5da9

Please sign in to comment.