From: Minemoder5000 Date: Sat, 18 Jan 2025 18:27:46 +0000 (-0700) Subject: Add a 10u vial of plasma to the chemical locker (#33871) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1840160fdc8d5836a22253229e4a41f06c78a8fa;p=space-station-14.git Add a 10u vial of plasma to the chemical locker (#33871) Add 10u plasma to the chemistry locker so the chemists stop stealing tables. --- 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