From e252a008f5cd0e8de0c5291d500b2e25230ebf01 Mon Sep 17 00:00:00 2001 From: Lonofera <108367450+LonoferaRS@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:37:51 +0300 Subject: [PATCH] divide mrrp into mrrp and mrrp2 sometimes u dont want to say this mrrmeow, just mrrp. QOL! --- modular_splurt/code/modules/mob/living/emotes.dm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modular_splurt/code/modules/mob/living/emotes.dm b/modular_splurt/code/modules/mob/living/emotes.dm index fcdce49a2afd..a29be88b0d26 100644 --- a/modular_splurt/code/modules/mob/living/emotes.dm +++ b/modular_splurt/code/modules/mob/living/emotes.dm @@ -1486,9 +1486,13 @@ emote_cooldown = 0.8 SECONDS // mrrp mrrp meow emote_pitch_variance = FALSE -/datum/emote/living/audio/mrrp/run_emote(mob/user, params) - emote_sound = pick('modular_splurt/sound/voice/catpeople/cat_mrrp1.ogg', 'modular_splurt/sound/voice/catpeople/cat_mrrp2.ogg') - . = ..() +/datum/emote/living/audio/mrrp2 + key = "mrrp2" + key_third_person = "mrrps" + message = "trills like a cat!" + emote_sound = 'modular_splurt/sound/voice/catpeople/cat_mrrp2.ogg' + emote_cooldown = 0.8 SECONDS + emote_pitch_variance = FALSE /datum/emote/living/audio/gay key = "gay"