From 887f8e057029a06dcbb7930f2b55c8f39c78930c Mon Sep 17 00:00:00 2001 From: xRiriq <94037592+xRiriq@users.noreply.github.com> Date: Wed, 10 Nov 2021 05:01:24 -0500 Subject: [PATCH] Make ChemMaster bottles drawable by syringes (#5250) Co-authored-by: xRiriq --- .../Prototypes/Entities/Objects/Specific/chemistry-bottles.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml index f979bd54bb..d051f4a71b 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry-bottles.yml @@ -24,6 +24,8 @@ solution: drink - type: ExaminableSolution solution: drink + - type: DrawableSolution + solution: drink - type: SolutionTransfer maxTransferAmount: 30 canChangeTransferAmount: true