diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 03d78c0c58c..ba1e18b922f 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -503,111 +503,3 @@ key = "exhale" key_third_person = "exhales" message = "breathes out." - -/datum/emote/living/bababooey - key = "bababooey" - key_third_person = "bababooeys" - message = "spews bababooey." - emote_type = EMOTE_AUDIBLE - muzzle_ignore = FALSE - vary = TRUE - mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon) - -/datum/emote/living/bababooey/get_sound(mob/living/user) - if(isliving(user)) - var/mob/living/L = user - if(!L.mind || !L.mind.miming) - if(user.is_muzzled()) - return 'sound/voice/human/ffff.ogg' - else - return pick('sound/voice/human/bababooey.ogg', 'sound/voice/human/bababooey2.ogg') - -/datum/emote/living/babafooey - key = "babafooey" - key_third_person = "babafooeys" - message = "spews babafooey." - emote_type = EMOTE_AUDIBLE - muzzle_ignore = FALSE - vary = TRUE - mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon) - -/datum/emote/living/babafooey/get_sound(mob/living/user) - if(isliving(user)) - var/mob/living/L = user - if(!L.mind || !L.mind.miming) - if(user.is_muzzled()) - return 'sound/voice/human/ffff.ogg' - else - return 'sound/voice/human/babafooey.ogg' - -/datum/emote/living/fafafooey - key = "fafafooey" - key_third_person = "fafafooeys" - message = "spews fafafooey." - emote_type = EMOTE_AUDIBLE - muzzle_ignore = FALSE - vary = TRUE - mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon) - -/datum/emote/living/fafafooey/get_sound(mob/living/user) - if(isliving(user)) - var/mob/living/L = user - if(!L.mind || !L.mind.miming) - if(user.is_muzzled()) - return 'sound/voice/human/ffff.ogg' - if(prob(10)) - return 'sound/voice/human/fafafohowa.ogg' - else - return pick('sound/voice/human/fafafooey.ogg', 'sound/voice/human/fafafooey2.ogg', 'sound/voice/human/fafafooey3.ogg') - -/datum/emote/living/fafafoggy - key = "fafafoggy" - key_third_person = "fafafoggys" - message = "spews fafafoggy." - emote_type = EMOTE_AUDIBLE - muzzle_ignore = FALSE - vary = TRUE - mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon) - -/datum/emote/living/fafafoggy/get_sound(mob/living/user) - if(isliving(user)) - var/mob/living/L = user - if(!L.mind || !L.mind.miming) - if(user.is_muzzled()) - return 'sound/voice/human/ffff.ogg' - if(prob(10)) - return 'sound/voice/human/fafafohowa.ogg' - else - return pick('sound/voice/human/fafafoggy.ogg', 'sound/voice/human/fafafoggy2.ogg') - -/datum/emote/living/hohohoy - key = "hohohoy" - key_third_person = "hohohoys" - message = "spews hohohoy." - emote_type = EMOTE_AUDIBLE - muzzle_ignore = FALSE - vary = TRUE - mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon) - -/datum/emote/living/hohohoy/get_sound(mob/living/user) - if(isliving(user)) - var/mob/living/L = user - if(!L.mind || !L.mind.miming) - if(user.is_muzzled()) - return 'sound/voice/human/ffff.ogg' - else - return 'sound/voice/human/hohohoy.ogg' - -/datum/emote/living/ffff - key = "ffff" - key_third_person = "ffffs" - message = "spews something softly." - emote_type = EMOTE_AUDIBLE - vary = TRUE - mob_type_allowed_typecache = list(/mob/living/carbon/human, /mob/living/brain, /mob/living/silicon) - -/datum/emote/living/ffff/get_sound(mob/living/user) - if(isliving(user)) - var/mob/living/L = user - if(!L.mind || !L.mind.miming) - return 'sound/voice/human/ffff.ogg' diff --git a/sound/voice/human/bababooey.ogg b/sound/voice/human/bababooey.ogg deleted file mode 100644 index 87c7e802bde..00000000000 Binary files a/sound/voice/human/bababooey.ogg and /dev/null differ diff --git a/sound/voice/human/bababooey2.ogg b/sound/voice/human/bababooey2.ogg deleted file mode 100644 index 53b2b3d0d49..00000000000 Binary files a/sound/voice/human/bababooey2.ogg and /dev/null differ diff --git a/sound/voice/human/babafooey.ogg b/sound/voice/human/babafooey.ogg deleted file mode 100644 index 63f7db4b12c..00000000000 Binary files a/sound/voice/human/babafooey.ogg and /dev/null differ diff --git a/sound/voice/human/fafafoggy.ogg b/sound/voice/human/fafafoggy.ogg deleted file mode 100644 index 9851fb66717..00000000000 Binary files a/sound/voice/human/fafafoggy.ogg and /dev/null differ diff --git a/sound/voice/human/fafafoggy2.ogg b/sound/voice/human/fafafoggy2.ogg deleted file mode 100644 index 425be3a4c72..00000000000 Binary files a/sound/voice/human/fafafoggy2.ogg and /dev/null differ diff --git a/sound/voice/human/fafafohowa.ogg b/sound/voice/human/fafafohowa.ogg deleted file mode 100644 index 88b9f1a1e1e..00000000000 Binary files a/sound/voice/human/fafafohowa.ogg and /dev/null differ diff --git a/sound/voice/human/fafafooey.ogg b/sound/voice/human/fafafooey.ogg deleted file mode 100644 index b3d58813586..00000000000 Binary files a/sound/voice/human/fafafooey.ogg and /dev/null differ diff --git a/sound/voice/human/fafafooey2.ogg b/sound/voice/human/fafafooey2.ogg deleted file mode 100644 index d4602643ecb..00000000000 Binary files a/sound/voice/human/fafafooey2.ogg and /dev/null differ diff --git a/sound/voice/human/fafafooey3.ogg b/sound/voice/human/fafafooey3.ogg deleted file mode 100644 index 183344cb7dc..00000000000 Binary files a/sound/voice/human/fafafooey3.ogg and /dev/null differ diff --git a/sound/voice/human/ffff.ogg b/sound/voice/human/ffff.ogg deleted file mode 100644 index c55f5ced519..00000000000 Binary files a/sound/voice/human/ffff.ogg and /dev/null differ diff --git a/sound/voice/human/hohohoy.ogg b/sound/voice/human/hohohoy.ogg deleted file mode 100644 index 241668ea67b..00000000000 Binary files a/sound/voice/human/hohohoy.ogg and /dev/null differ