From 99c437847ab154a13636dd484cc2f9135661f9ed Mon Sep 17 00:00:00 2001 From: MartynDew Date: Sat, 6 Jun 2026 18:35:22 +0300 Subject: [PATCH] . (#439) --- .../Objects/Specific/Medical/hypospray.yml | 36 +++++++++---------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/Resources/Prototypes/_Wega/Entities/Objects/Specific/Medical/hypospray.yml b/Resources/Prototypes/_Wega/Entities/Objects/Specific/Medical/hypospray.yml index 2fd0b09024..01d373b714 100644 --- a/Resources/Prototypes/_Wega/Entities/Objects/Specific/Medical/hypospray.yml +++ b/Resources/Prototypes/_Wega/Entities/Objects/Specific/Medical/hypospray.yml @@ -79,19 +79,17 @@ maxFillLevels: 1 changeColor: false emptySpriteName: bluepen_empty - - type: SolutionContainerManager - solutions: - pen: - maxVol: 40 - reagents: - - ReagentId: Leporazine - Quantity: 10 - - ReagentId: LavalandSerum - Quantity: 15 - - ReagentId: Epinephrine - Quantity: 10 - - ReagentId: Omnizine - Quantity: 5 + - type: Solution + solution: + reagents: + - ReagentId: Leporazine + Quantity: 10 + - ReagentId: LavalandSerum + Quantity: 15 + - ReagentId: Epinephrine + Quantity: 10 + - ReagentId: Omnizine + Quantity: 5 - type: Injector solutionName: pen currentTransferAmount: null @@ -126,13 +124,11 @@ maxFillLevels: 1 changeColor: false emptySpriteName: ertpen_empty - - type: SolutionContainerManager - solutions: - pen: - maxVol: 30 - reagents: - - ReagentId: Stimulants - Quantity: 30 + - type: Solution + solution: + reagents: + - ReagentId: Stimulants + Quantity: 30 - type: Injector solutionName: pen currentTransferAmount: null