The reagent grinder is now constructable (#5925)

This commit is contained in:
Rane
2021-12-30 13:07:14 -05:00
committed by GitHub
parent 7260e391ab
commit 2466e4bdf3
4 changed files with 28 additions and 0 deletions

View File

@@ -110,3 +110,20 @@
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: entity
id: KitchenReagentGrinderMachineCircuitboard #unsure why the reagent grinder has 'kitchen' in the id name when multiple departments use it but that's for another time
parent: BaseMachineCircuitboard
name: Reagent Grinder (Machine Board)
components:
- type: MachineBoard
prototype: KitchenReagentGrinder
requirements:
Laser: 1
ScanningModule: 1
MatterBin: 2
tagRequirements:
GlassBeaker:
Amount: 1
DefaultPrototype: Beaker
ExamineName: Glass Beaker

View File

@@ -184,6 +184,7 @@
- SolarControlComputerCircuitboard
- AutolatheMachineCircuitboard
- ProtolatheMachineCircuitboard
- KitchenReagentGrinderMachineCircuitboard
- CrewMonitoringComputerCircuitboard
- Bucket
- MopItem