From: Ghagliiarghii <68826635+Ghagliiarghii@users.noreply.github.com> Date: Fri, 31 May 2024 00:28:12 +0000 (-0400) Subject: Create sale console computer board (#28425) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=abfa12e3152173715a369e6efa81c48079e91ded;p=space-station-14.git Create sale console computer board (#28425) --- diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index e38d57e6d8..11863ea51d 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -7,6 +7,7 @@ contents: - id: BoxFolderQmClipboard - id: CargoRequestComputerCircuitboard + - id: CargoSaleComputerCircuitboard - id: CargoShuttleComputerCircuitboard - id: CargoShuttleConsoleCircuitboard - id: SalvageShuttleConsoleCircuitboard diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml index 93aff069f0..d3c58a0fe7 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml @@ -84,6 +84,17 @@ - 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 @@ -394,4 +405,4 @@ - type: Sprite state: cpu_science - type: ComputerBoard - prototype: ComputerRoboticsControl + prototype: ComputerRoboticsControl \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index b5c7a1a19c..abb12f9313 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -993,7 +993,7 @@ enum.CargoPalletConsoleUiKey.Sale: type: CargoPalletConsoleBoundUserInterface - type: Computer - board: CargoRequestComputerCircuitboard + board: CargoSaleComputerCircuitboard - type: PointLight radius: 1.5 energy: 1.6 @@ -1114,4 +1114,4 @@ - type: AccessReader # only used for dangerous things access: [["ResearchDirector"]] - type: Lock - unlockOnClick: false + unlockOnClick: false \ No newline at end of file