From a49a576b031d2f90b7e127fd2b639a20bb31aaf4 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Sat, 13 Apr 2024 04:36:28 +0200 Subject: [PATCH] Uncooked animal proteins is safe for animal stomachs only (#26906) Uncooked animal proteins is safe for animal stomachs --- Resources/Prototypes/Reagents/toxins.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index 954d4a6bef..11a9fd00ae 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -479,7 +479,9 @@ - !type:PopupMessage conditions: - !type:OrganType - type: Human + type: Animal + shouldHave: false + reagent: Protein type: Local visualType: MediumCaution messages: [ "generic-reagent-effect-sick" ] @@ -488,19 +490,21 @@ probability: 0.1 conditions: - !type:OrganType - type: Human + type: Animal + shouldHave: false - !type:HealthChange conditions: - !type:OrganType - type: Human + type: Animal + shouldHave: false damage: types: Poison: 1 - !type:AdjustReagent conditions: - !type:OrganType - type: Human - shouldHave: false + type: Animal + shouldHave: true reagent: Protein amount: 0.5 -- 2.51.2