From 1a9f3bc86b014e380917d7c0037031594f665b9c Mon Sep 17 00:00:00 2001 From: LankLTE <135308300+LankLTE@users.noreply.github.com> Date: Tue, 31 Oct 2023 05:57:26 -0700 Subject: [PATCH] Fix the organtype (#21347) --- Resources/Prototypes/Reagents/gases.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Reagents/gases.yml b/Resources/Prototypes/Reagents/gases.yml index 367ffa0894..50e744a8ac 100644 --- a/Resources/Prototypes/Reagents/gases.yml +++ b/Resources/Prototypes/Reagents/gases.yml @@ -261,6 +261,9 @@ - !type:ReagentThreshold reagent: NitrousOxide min: 0.2 + - !type:OrganType + type: Slime + shouldHave: false emote: Laugh showInChat: true probability: 0.1 @@ -269,6 +272,9 @@ - !type:ReagentThreshold reagent: NitrousOxide min: 0.2 + - !type:OrganType + type: Slime + shouldHave: false emote: Scream showInChat: true probability: 0.01 -- 2.51.2