From 5cc157e594134f3c35c7e2c84e4a8cda29d2891e Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:10:20 -0500 Subject: [PATCH] Mark space glue and lube TrashOnSolutionEmpty (#21550) --- .../Entities/Objects/Consumable/Drinks/drinks_fun.yml | 4 ++++ Resources/Prototypes/Entities/Objects/Fun/toys.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml index 5e8f0a729c..4637732f88 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml @@ -32,6 +32,8 @@ - type: Tag tags: - DrinkSpaceGlue + - type: TrashOnSolutionEmpty + solution: drink - type: entity parent: DrinkBase @@ -64,3 +66,5 @@ maxFillLevels: 6 fillBaseName: fill - type: Lube + - type: TrashOnSolutionEmpty + solution: drink \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 91b968ae3c..139792b16e 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1067,6 +1067,8 @@ reagents: - ReagentId: SpaceGlue Quantity: 100 + - type: TrashOnSolutionEmpty + solution: drink - type: entity parent: BasePlushie -- 2.51.2