From 035de023f8cba0269a55c608824c0da11ef6783a Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Mon, 22 May 2023 17:48:37 -0400 Subject: [PATCH] Fix egg and tomato puddles (#16707) * Fix egg and tomato puddles * fix tests --- .../Prototypes/Entities/Effects/puddle.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index b9d869e01d..fa8c52162f 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -29,18 +29,54 @@ - type: entity id: PuddleEgg parent: PuddleTemporary + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: Egg + Quantity: 6 # same as when cooking - type: entity id: PuddleTomato parent: PuddleTemporary + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: Nutriment + Quantity: 5 + - ReagentId: Water + Quantity: 5 - type: entity id: PuddleWatermelon parent: PuddleTemporary + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: Nutriment + Quantity: 15 + - ReagentId: Water + Quantity: 15 - type: entity id: PuddleFlour parent: PuddleTemporary + components: + - type: SolutionContainerManager + solutions: + puddle: + maxVol: 1000 + reagents: + - ReagentId: Flour + Quantity: 15 - type: entity id: PuddleSparkle