From 208aa3d39c2ae00819c3680d3aa6fd4655b1172e Mon Sep 17 00:00:00 2001 From: VerySoft Date: Wed, 26 May 2021 00:31:50 -0400 Subject: [PATCH] Seperates chirp and teshchirp Teshchirp was overriding chirp for non tesh and me no like so tesh chirp is tchirp now --- code/modules/emotes/definitions/audible.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/emotes/definitions/audible.dm b/code/modules/emotes/definitions/audible.dm index 15f547b9e85..679b2dd0b3f 100644 --- a/code/modules/emotes/definitions/audible.dm +++ b/code/modules/emotes/definitions/audible.dm @@ -213,7 +213,7 @@ emote_sound = 'sound/voice/teshsqueak.ogg' // Copyright CC BY 3.0 InspectorJ (freesound.org) for the source audio. /decl/emote/audible/teshchirp - key = "chirp" + key = "tchirp" // VOREStation Edit emote_message_1p = "You chirp!" emote_message_3p = "chirps!" emote_message_1p_target = "You chirp at TARGET!"