Add a 10u vial of plasma to the chemical locker (#33871)
Add 10u plasma to the chemistry locker so the chemists stop stealing tables.
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
- id: BoxPillCanister
|
||||
- id: BoxBottle
|
||||
- id: BoxVial
|
||||
- id: PlasmaChemistryVial
|
||||
- id: ChemBag
|
||||
- id: ClothingHandsGlovesLatex
|
||||
- id: ClothingHeadsetMedical
|
||||
|
||||
@@ -149,3 +149,18 @@
|
||||
reagents:
|
||||
- ReagentId: Chlorine
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
id: PlasmaChemistryVial
|
||||
parent: BaseChemistryEmptyVial
|
||||
suffix: plasma
|
||||
components:
|
||||
- type: Label
|
||||
currentLabel: reagent-name-plasma
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
beaker:
|
||||
maxVol: 10
|
||||
reagents:
|
||||
- ReagentId: Plasma
|
||||
Quantity: 10
|
||||
|
||||
Reference in New Issue
Block a user