From a7bf9583dd74e28f8c1403846893dc20d9fc912e Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:14:45 -0400 Subject: [PATCH] monkeys get a different deathgasp emote (#27497) a --- Resources/Locale/en-US/chat/emotes.ftl | 1 + Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 2 ++ Resources/Prototypes/Voice/speech_emotes.yml | 6 ++++++ 3 files changed, 9 insertions(+) diff --git a/Resources/Locale/en-US/chat/emotes.ftl b/Resources/Locale/en-US/chat/emotes.ftl index 86d79ffe4f..8bbb6f033b 100644 --- a/Resources/Locale/en-US/chat/emotes.ftl +++ b/Resources/Locale/en-US/chat/emotes.ftl @@ -44,6 +44,7 @@ chat-emote-msg-clap = claps! chat-emote-msg-snap = snaps fingers chat-emote-msg-salute = salute chat-emote-msg-deathgasp = seizes up and falls limp, {POSS-ADJ($entity)} eyes dead and lifeless... +chat-emote-msg-deathgasp-monkey = lets out a faint chimper as {SUBJECT($entity)} collapses and stops moving... chat-emote-msg-buzz = buzz! chat-emote-msg-chirp = chirps! chat-emote-msg-beep = beeps. diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 041910f3d3..5a5226949a 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1155,6 +1155,8 @@ templateId: monkey speciesId: monkey - type: InventorySlots + - type: Deathgasp + prototype: MonkeyDeathgasp - type: Cuffable - type: RotationVisuals defaultRotation: 90 diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index a859a14c2b..29a09c03cb 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -348,6 +348,12 @@ chatTriggers: - deathgasp +- type: emote + id: MonkeyDeathgasp + name: chat-emote-name-deathgasp + icon: Interface/Actions/scream.png + chatMessages: ["chat-emote-msg-deathgasp-monkey"] + - type: emote id: Buzz name: chat-emote-name-buzz -- 2.52.0