From a846966515e3051c131f00dc56743c360a91766e Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:50:10 +0200 Subject: [PATCH] Slimes can drink fourteenloko (#25889) * fourteenloko * inverse --- Resources/Prototypes/Reagents/Consumable/Drink/soda.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml b/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml index bcbd877ea8..63ae5b25d5 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/soda.yml @@ -162,6 +162,10 @@ Poison: effects: - !type:HealthChange + conditions: + - !type:OrganType + type: Slime + shouldHave: false damage: types: Poison: 1 -- 2.51.2