From fb454351d2beacfb8964f38393b1f1c7994d7029 Mon Sep 17 00:00:00 2001 From: Crude Oil <124208219+CroilBird@users.noreply.github.com> Date: Sun, 7 Sep 2025 16:01:26 +0200 Subject: [PATCH] Restore transfer amounts on regular syringes to 5, 10, 15 (#40197) add transferamounts to regular syringes --- Resources/Prototypes/Entities/Objects/Specific/chemistry.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 843515cffa..cd4cbb3834 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -366,6 +366,10 @@ maxVol: 15 - type: Injector injectOnly: false + transferAmounts: + - 5 + - 10 + - 15 - type: ExaminableSolution solution: injector exactVolume: true -- 2.51.2