Removes Gasp Noises (#47287)

About The Pull Request

title
Why It's Good For The Game

It might be me, but other people have said so too, the new gasp noises are incredibly obnoxious.
Changelog

cl
sounddel: gasp noises are no longer a thing
/cl
This commit is contained in:
wesoda25
2019-10-26 21:01:00 +13:00
committed by oranges
parent 2014cb0e9f
commit 1155b4a4e8
10 changed files with 0 additions and 16 deletions
-16
View File
@@ -154,22 +154,6 @@
message = "gasps!"
emote_type = EMOTE_AUDIBLE
stat_allowed = UNCONSCIOUS
only_forced_audio = TRUE
vary = TRUE
/datum/emote/living/gasp/get_sound(mob/living/user)
if(!ishuman(user))
return
var/mob/living/carbon/human/H = user
if(H.mind?.miming)
return
if(ishumanbasic(H) || isfelinid(H))
if(user.gender == FEMALE)
return pick('sound/voice/human/gasps/femalegasp1.ogg', 'sound/voice/human/gasps/femalegasp2.ogg', 'sound/voice/human/gasps/femalegasp3.ogg', 'sound/voice/human/gasps/femalegasp4.ogg', 'sound/voice/human/gasps/femalegasp5.ogg')
else
return pick('sound/voice/human/gasps/malegasp1.ogg', 'sound/voice/human/gasps/malegasp2.ogg', 'sound/voice/human/gasps/malegasp3.ogg', 'sound/voice/human/gasps/malegasp4.ogg')
/datum/emote/living/giggle
key = "giggle"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.