diff --git a/code/datums/keybindings/emote_keybinds.dm b/code/datums/keybindings/emote_keybinds.dm index 85cffbf04cb..4b99ae19299 100644 --- a/code/datums/keybindings/emote_keybinds.dm +++ b/code/datums/keybindings/emote_keybinds.dm @@ -521,10 +521,6 @@ linked_emote = /datum/emote/living/carbon/human/growl name = "Growl" -/datum/keybinding/emote/carbon/human/meow - linked_emote = /datum/emote/living/carbon/human/meow - name = "Meow" - /datum/keybinding/emote/carbon/human/hiss/tajaran linked_emote = /datum/emote/living/carbon/human/hiss/tajaran name = "Hiss (Tajaran)" diff --git a/code/modules/mob/living/carbon/human/human_emote.dm b/code/modules/mob/living/carbon/human/human_emote.dm index 67860156357..69a3bd4f15a 100644 --- a/code/modules/mob/living/carbon/human/human_emote.dm +++ b/code/modules/mob/living/carbon/human/human_emote.dm @@ -764,21 +764,6 @@ // catHisses1.wav by Zabuhailo. Edited. // https://freesound.org/people/Zabuhailo/sounds/146963/ -/datum/emote/living/carbon/human/meow - key = "meow" - key_third_person = "meows" - message = "meows." - message_mime = "meows silently." - message_param = "meows at %t." - species_type_whitelist_typecache = list(/datum/species/tajaran) - age_based = TRUE - sound = "sound/effects/tajaranmeow.ogg" - volume = 75 - muzzled_noises = list("soft") - emote_type = EMOTE_SOUND | EMOTE_MOUTH - // Cat Meow Sound Effects by Loudest Paws. Cut. - // https://www.youtube.com/watch?v=GBiWYNP-uQI - /datum/emote/living/carbon/human/rattle key = "rattle" key_third_person = "rattles" diff --git a/sound/effects/tajaranmeow.ogg b/sound/effects/tajaranmeow.ogg deleted file mode 100644 index 551d086e921..00000000000 Binary files a/sound/effects/tajaranmeow.ogg and /dev/null differ