mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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.
Reference in New Issue
Block a user