]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Board for the AI upload console (#31867)
authorNim <128169402+Nimfar11@users.noreply.github.com>
Thu, 5 Sep 2024 18:20:41 +0000 (21:20 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 18:20:41 +0000 (20:20 +0200)
board

Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml

index fb2925a4627522000fc40d2490bea6c2f6591565..b7fbe36589024624b8d3c925de673203fbcd460a 100644 (file)
       state: cpu_science
     - type: ComputerBoard
       prototype: ComputerRoboticsControl
+
+- type: entity
+  parent: BaseComputerCircuitboard
+  id: StationAiUploadCircuitboard
+  name: AI upload console board
+  description: A computer printed circuit board for a AI upload console.
+  components:
+    - type: Sprite
+      state: cpu_science
+    - type: ComputerBoard
+      prototype: StationAiUploadComputer
index 77f1dd170114a7aa343ac6f9e38175b6369524d2..91660f072282ce9ce81139a870f1780cb4162a2b 100644 (file)
       state: generic_keys
   - type: ApcPowerReceiver
     powerLoad: 1000
+  - type: Computer
+    board: StationAiUploadCircuitboard
   - type: AccessReader
     access: [ [ "ResearchDirector" ] ]
   - type: Lock