From 527446b56e8492fac3b6ace1d5212e936a02dea9 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:55:57 -0500 Subject: [PATCH] Add advertised reagents to puddles (#38432) Co-authored-by: Velcroboy --- .../Prototypes/Entities/Effects/puddle.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index 66e12405a2..c09b5db4f5 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -23,10 +23,8 @@ puddle: maxVol: 1000 reagents: - - ReagentId: Nutriment - Quantity: 5 - - ReagentId: Water - Quantity: 5 + - ReagentId: Vomit + Quantity: 10 - type: entity id: PuddleEgg @@ -51,10 +49,8 @@ puddle: maxVol: 1000 reagents: - - ReagentId: Nutriment - Quantity: 5 - - ReagentId: Water - Quantity: 5 + - ReagentId: JuiceTomato + Quantity: 10 - type: entity parent: PuddleTemporary @@ -118,10 +114,8 @@ puddle: maxVol: 1000 reagents: - - ReagentId: Nutriment - Quantity: 15 - - ReagentId: Water - Quantity: 15 + - ReagentId: JuiceWatermelon + Quantity: 30 - type: entity id: PuddleFlour -- 2.51.2