Returns original meow + Adds mrowl

idk why you'd remove a perfectly fine emote
This commit is contained in:
KathrinBailey
2024-03-29 20:10:28 +00:00
parent a8c84d119d
commit 85f0f616b5
2 changed files with 16 additions and 0 deletions
@@ -1440,6 +1440,14 @@
/datum/emote/living/audio/meow
key = "meow"
key_third_person = "mrowls"
message = "mrowls!"
emote_sound = 'modular_citadel/sound/voice/meow1.ogg'
emote_cooldown = 0.6 SECONDS
emote_pitch_variance = FALSE
/datum/emote/living/audio/meow1
key = "meow1"
key_third_person = "meows"
message = "meows!"
emote_sound = 'modular_splurt/sound/voice/catpeople/cat_meow1.ogg'
@@ -1462,6 +1470,14 @@
emote_sound = pick('modular_splurt/sound/voice/catpeople/cat_mew1.ogg', 'modular_splurt/sound/voice/catpeople/cat_mew2.ogg') // Credit to Nyanotrasen (https://github.com/Nyanotrasen/Nyanotrasen)
. = ..()
/datum/emote/living/audio/mrowl
key = "mrowl"
key_third_person = "mrowls"
message = "mrowls."
emote_sound = 'modular_splurt/sound/voice/mrowl.ogg'
emote_cooldown = 0.95 SECONDS
emote_pitch_variance = FALSE
/datum/emote/living/audio/mrrp
key = "mrrp"
key_third_person = "mrrps"
Binary file not shown.