From b7d96c6538ef4ab0f00c6441ba42b0c8d34bbb19 Mon Sep 17 00:00:00 2001 From: brainfood1183 <113240905+brainfood1183@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:43:54 +0100 Subject: [PATCH] Honk reagent now makes you Honk. (#20838) --- Resources/Prototypes/Reagents/toxins.yml | 7 ++++++- Resources/Prototypes/Voice/disease_emotes.yml | 5 ----- Resources/Prototypes/Voice/speech_emotes.yml | 5 +++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index e2a40ffbb3..7e206cc9d8 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -508,6 +508,10 @@ Poison: metabolismRate: 0.05 effects: + - !type:Emote + emote: Honk + showInChat: true + probability: 0.2 - !type:HealthChange conditions: - !type:ReagentThreshold @@ -517,6 +521,7 @@ damage: types: Poison: 0.06 + - type: reagent id: Lead @@ -548,4 +553,4 @@ - !type:HealthChange damage: types: - Poison: 1.8 \ No newline at end of file + Poison: 1.8 diff --git a/Resources/Prototypes/Voice/disease_emotes.yml b/Resources/Prototypes/Voice/disease_emotes.yml index fa5f1cd610..af93025cae 100644 --- a/Resources/Prototypes/Voice/disease_emotes.yml +++ b/Resources/Prototypes/Voice/disease_emotes.yml @@ -43,8 +43,3 @@ id: Snore category: Vocal chatMessages: [snores] - -- type: emote - id: Honk - category: Vocal - chatMessages: [honks] diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index ca8b9d5502..133c924919 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -53,6 +53,11 @@ - giggling - giggled +- type: emote + id: Honk + category: Vocal + chatMessages: [honks] + - type: emote id: Sigh category: Vocal -- 2.51.2