From 8fdac54c5a2bf7915c1ecee1aac551bc8e71ee69 Mon Sep 17 00:00:00 2001 From: qwerltaz <69696513+qwerltaz@users.noreply.github.com> Date: Mon, 19 May 2025 00:55:40 +0200 Subject: [PATCH] add: water vapor hurts slimes (#32751) * water vapor hurts slimes * 3 looks good * Update Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Prototypes/Reagents/Consumable/Drink/drinks.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index d73396bfad..1f092032d0 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -447,6 +447,18 @@ effects: - !type:SatiateThirst factor: 4 + Gas: + effects: + - !type:HealthChange + scaleByQuantity: true + ignoreResistances: true + conditions: + - !type:OrganType + type: Slime + shouldHave: true + damage: + types: + Heat: 3 - type: reagent id: Ice -- 2.51.2