Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job Slots Computer Board and Flatpack #516

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: BaseComputerCircuitboard
id: JobSlotsComputerCircuitboard
name: job slots computer board
description: A computer printed circuit board for a job slots console.
components:
- type: Sprite
state: cpu_command
- type: ComputerBoard
prototype: ComputerJobSlots
14 changes: 14 additions & 0 deletions Resources/Prototypes/_CD/Entities/Objects/Devices/flatpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: BaseFlatpack
id: JobSlotsComputerFlatpack
name: job slots console flatpack
description: A flatpack used for constructing a job slots console.
components:
- type: Flatpack
entity: ComputerJobSlots
- type: Sprite
layers:
- state: base
- state: overlay
color: "#334E6D"
- state: icon-default
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- map: [ "enum.WiresVisualLayers.MaintenancePanel" ]
state: generic_panel_open
- type: Computer
board: ComputerMassMediaCircuitboard
board: JobSlotsComputerCircuitboard
- type: DeviceNetworkRequiresPower
- type: JobSlotsConsole
blacklist:
Expand Down
Loading