diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index 3e45351038..473b0b9b54 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -117,6 +117,7 @@ - id: BoxPillCanister - id: BoxBottle - id: BoxVial + - id: PlasmaChemistryVial - id: ChemBag - id: ClothingHandsGlovesLatex - id: ClothingHeadsetMedical diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml index ec910150ee..69da415a48 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry-vials.yml @@ -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