Skip to content

Commit

Permalink
r&d computer and server were swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
iaada committed Dec 31, 2024
1 parent b3aacc0 commit 96b00d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
# yes i know this prototype name is long i'm just following conventions
- type: entity
id: ResearchAndDevelopmentServerMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
parent: [ BaseMachineCircuitboard, BaseCommandContraband ]
name: R&D server machine board
description: A machine printed circuit board for the R&D server.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
- DroneUsable

- type: entity
parent: [ BaseComputerCircuitboard, BaseCommandContraband ]
parent: [ BaseComputerCircuitboard, BaseScienceContraband ]
id: ResearchComputerCircuitboard
name: R&D computer board
description: A computer printed circuit board for a R&D console.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
range: 1200

- type: entity
parent: [ BaseComputerAiAccess, BaseCommandContraband ]
parent: [ BaseComputerAiAccess, BaseScienceContraband ]
id: ComputerResearchAndDevelopment
name: R&D computer
description: A computer used to interface with R&D tools.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: ResearchAndDevelopmentServer
parent: [ BaseMachinePowered, ConstructibleMachine, BaseScienceContraband ]
parent: [ BaseMachinePowered, ConstructibleMachine, BaseCommandContraband ]
name: R&D server
description: Contains the collective knowledge of the station's scientists. Destroying it would send them back to the stone age. You don't want that do you?
components:
Expand Down

0 comments on commit 96b00d3

Please sign in to comment.