From e622df90ebac88dc53087467e961a03b8e6e89e1 Mon Sep 17 00:00:00 2001 From: Thom <119594676+ItsMeThom@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:10:34 +0000 Subject: [PATCH] Make Puddle drawable by syringes and droppers. (#23804) --- Resources/Prototypes/Entities/Effects/puddle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index 2ddde99ebb..c90bd57b05 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -161,5 +161,7 @@ examinable: false - type: ExaminableSolution solution: puddle + - type: DrawableSolution + solution: puddle - type: BadDrink - - type: IgnoresFingerprints \ No newline at end of file + - type: IgnoresFingerprints -- 2.51.2