From cf7aa5345b6b6b20df7ba4ae0c54c9c243734f47 Mon Sep 17 00:00:00 2001 From: NuclearWinter Date: Tue, 23 Feb 2021 02:52:43 -0600 Subject: [PATCH] Added the ability to drink from Beakers (#3216) * Added the ability to drink from Beakers * Allow drinking from beakers, but better Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- .../Prototypes/Entities/Objects/Specific/chemistry.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index fa92569c85..3a2e69c3af 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -21,6 +21,8 @@ - type: SolutionTransfer transferAmount: 5.0 - type: Spillable + - type: Drink + isOpen: true - type: entity name: large beaker @@ -37,6 +39,10 @@ maxVol: 100 caps: OpenContainer, FitsInDispenser - type: SolutionTransfer + transferAmount: 5.0 + - type: Spillable + - type: Drink + isOpen: true - type: entity name: dropper