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:
Minemoder5000
2025-01-18 11:27:46 -07:00
committed by GitHub
parent 5d06ee2894
commit 1840160fdc
2 changed files with 16 additions and 0 deletions

View File

@@ -117,6 +117,7 @@
- id: BoxPillCanister
- id: BoxBottle
- id: BoxVial
- id: PlasmaChemistryVial
- id: ChemBag
- id: ClothingHandsGlovesLatex
- id: ClothingHeadsetMedical

View File

@@ -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