From 9ebd1b516d79715382fcbe791fb83c2d1aebe549 Mon Sep 17 00:00:00 2001 From: Peptide90 Date: Fri, 3 May 2024 09:51:34 +0100 Subject: [PATCH] Fix emotes --- Resources/Prototypes/Voice/speech_emotes.yml | 41 ++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/Resources/Prototypes/Voice/speech_emotes.yml b/Resources/Prototypes/Voice/speech_emotes.yml index 7eb2bd4f6a..a139c58b92 100644 --- a/Resources/Prototypes/Voice/speech_emotes.yml +++ b/Resources/Prototypes/Voice/speech_emotes.yml @@ -278,3 +278,44 @@ - chirping. - chirping! - chirping? + +# IPC emotes +- type: emote + id: Whirr + category: Vocal + chatMessages: [whirrs] + chatTriggers: + - whirr + - whirrs + - whirrs. + - whirrs! + +# - type: emote + # id: Beep + # category: Vocal + # chatMessages: [beeps] + # chatTriggers: + # - beep + # - beeps + # - beeps. + # - beeps! + +- type: emote + id: Boop + category: Vocal + chatMessages: [boops] + chatTriggers: + - boop + - boops + - boops. + - boops! + +- type: emote + id: Ping + category: Vocal + chatMessages: [pings] + chatTriggers: + - ping + - pings + - pings. + - pings! \ No newline at end of file