Fix medical techfab and add unused bodybag recipe to it (#9607)
* bodybags printable in medical techfab * fix medical techfab
This commit is contained in:
parent
cfe39123a7
commit
d32746199f
3 changed files with 8 additions and 7 deletions
|
|
@ -28,6 +28,7 @@
|
|||
- Bucket
|
||||
- MopItem
|
||||
- SprayBottle
|
||||
- BodyBag
|
||||
|
||||
# Biological Technology Tree
|
||||
|
||||
|
|
|
|||
|
|
@ -351,9 +351,8 @@
|
|||
- type: LatheVisuals
|
||||
idleState: icon
|
||||
runningState: icon
|
||||
- type: LatheDatabase
|
||||
static: true
|
||||
recipes:
|
||||
- type: ProtolatheDatabase
|
||||
protolatherecipes:
|
||||
- HandheldHealthAnalyzer
|
||||
- ClothingHandsGlovesLatex
|
||||
- ClothingHandsGlovesNitrile
|
||||
|
|
@ -373,6 +372,7 @@
|
|||
- Dropper
|
||||
- Syringe
|
||||
- PillCanister
|
||||
- BodyBag
|
||||
- type: Machine
|
||||
board: MedicalTechFabCircuitboard
|
||||
|
||||
|
|
|
|||
|
|
@ -48,12 +48,12 @@
|
|||
Steel: 200
|
||||
|
||||
- type: latheRecipe
|
||||
id: BodyBag_Folded
|
||||
id: BodyBag
|
||||
icon: Objects/Specific/Medical/Morgue/bodybags.rsi/bag_folded.png
|
||||
result: BodyBag_Folded
|
||||
completetime: 1.2
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 200
|
||||
Plastic: 300
|
||||
|
||||
- type: latheRecipe
|
||||
id: HandheldCrewMonitor
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
result: ClothingMaskSterile
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 300
|
||||
Plastic: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: DiseaseSwab
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue