]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Create sale console computer board (#28425)
authorGhagliiarghii <68826635+Ghagliiarghii@users.noreply.github.com>
Fri, 31 May 2024 00:28:12 +0000 (20:28 -0400)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 00:28:12 +0000 (20:28 -0400)
Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml

index e38d57e6d82782578effbae7c98f1c92bbc3b22a..11863ea51db626866a5dd11bb1c2216f308fc7ad 100644 (file)
@@ -7,6 +7,7 @@
     contents:
       - id: BoxFolderQmClipboard
       - id: CargoRequestComputerCircuitboard
+      - id: CargoSaleComputerCircuitboard
       - id: CargoShuttleComputerCircuitboard
       - id: CargoShuttleConsoleCircuitboard
       - id: SalvageShuttleConsoleCircuitboard
index 93aff069f0017254546955cff909dec98e6f0cb9..d3c58a0fe78fcbd19129653da6dbe396438487c8 100644 (file)
     - type: StaticPrice
       price: 750
 
+- type: entity
+  parent: BaseComputerCircuitboard
+  id: CargoSaleComputerCircuitboard
+  name: cargo sale computer board
+  description: A computer printed circuit board for a cargo sale computer.
+  components:
+    - type: Sprite
+      state: cpu_supply
+    - type: ComputerBoard
+      prototype: ComputerPalletConsole
+
 - type: entity
   id: CargoBountyComputerCircuitboard
   parent: BaseComputerCircuitboard
     - type: Sprite
       state: cpu_science
     - type: ComputerBoard
-      prototype: ComputerRoboticsControl
+      prototype: ComputerRoboticsControl
\ No newline at end of file
index b5c7a1a19c351841d5c149a279a0a5e3717c0e9f..abb12f93132af76cdca61c269979b81523d8b40e 100644 (file)
       enum.CargoPalletConsoleUiKey.Sale:
         type: CargoPalletConsoleBoundUserInterface
   - type: Computer
-    board: CargoRequestComputerCircuitboard
+    board: CargoSaleComputerCircuitboard
   - type: PointLight
     radius: 1.5
     energy: 1.6
   - type: AccessReader # only used for dangerous things
     access: [["ResearchDirector"]]
   - type: Lock
-    unlockOnClick: false
+    unlockOnClick: false
\ No newline at end of file