From 9e8b4f358d34ef1b2f8ca58a67350f9e98bd7480 Mon Sep 17 00:00:00 2001 From: KathrinBailey Date: Fri, 29 Mar 2024 20:12:25 +0000 Subject: [PATCH] bumps up to meow2 and meow3 instead of having meow1 --- modular_splurt/code/modules/mob/living/emotes.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modular_splurt/code/modules/mob/living/emotes.dm b/modular_splurt/code/modules/mob/living/emotes.dm index a395a191de..e90c35e050 100644 --- a/modular_splurt/code/modules/mob/living/emotes.dm +++ b/modular_splurt/code/modules/mob/living/emotes.dm @@ -1446,8 +1446,8 @@ emote_cooldown = 0.6 SECONDS emote_pitch_variance = FALSE -/datum/emote/living/audio/meow1 - key = "meow1" +/datum/emote/living/audio/meow2 + key = "meow2" key_third_person = "meows" message = "meows!" emote_sound = 'modular_splurt/sound/voice/catpeople/cat_meow1.ogg' @@ -1458,8 +1458,8 @@ emote_sound = pick('modular_splurt/sound/voice/catpeople/cat_meow1.ogg', 'modular_splurt/sound/voice/catpeople/cat_meow2.ogg', 'modular_splurt/sound/voice/catpeople/cat_meow3.ogg') // Credit to Nyanotrasen (https://github.com/Nyanotrasen/Nyanotrasen) . = ..() -/datum/emote/living/audio/meow2 - key = "meow2" +/datum/emote/living/audio/meow3 + key = "meow3" key_third_person = "mews!" message = "mews!" emote_sound = 'modular_splurt/sound/voice/catpeople/cat_mew1.ogg'