diff --git a/code/__DEFINES/global.dm b/code/__DEFINES/global.dm index c120def2ba8..2010203e3ef 100644 --- a/code/__DEFINES/global.dm +++ b/code/__DEFINES/global.dm @@ -136,12 +136,6 @@ GLOBAL_LIST_INIT(scarySounds, list( 'sound/weapons/thudswoosh.ogg', 'sound/weapons/Taser.ogg', 'sound/weapons/armbomb.ogg', - 'sound/voice/hiss1.ogg', - 'sound/voice/hiss2.ogg', - 'sound/voice/hiss3.ogg', - 'sound/voice/hiss4.ogg', - 'sound/voice/hiss5.ogg', - 'sound/voice/hiss6.ogg', 'sound/effects/glass_break1.ogg', 'sound/effects/glass_break2.ogg', 'sound/effects/glass_break3.ogg', diff --git a/code/game/gamemodes/cult/structures/pylon.dm b/code/game/gamemodes/cult/structures/pylon.dm index 3635e2e808f..202408ea187 100644 --- a/code/game/gamemodes/cult/structures/pylon.dm +++ b/code/game/gamemodes/cult/structures/pylon.dm @@ -471,8 +471,7 @@ var/list/possibles = list('sound/hallucinations/far_noise.ogg', 'sound/hallucinations/growl3.ogg', 'sound/hallucinations/veryfar_noise.ogg', - 'sound/hallucinations/wail.ogg', - 'sound/voice/hiss5.ogg') + 'sound/hallucinations/wail.ogg') playsound(get_turf(src), pick(possibles), 50, 1) pylonmode = PYLON_IDLE //A broken pylon loses its soul. Even if repaired it will need a new sacrifice to re-empower it diff --git a/code/game/sound/sound_keys/sound_keys.dm b/code/game/sound/sound_keys/sound_keys.dm index a39cc5ba6c1..4beb6dd225a 100644 --- a/code/game/sound/sound_keys/sound_keys.dm +++ b/code/game/sound/sound_keys/sound_keys.dm @@ -213,15 +213,6 @@ 'sound/ambience/fire/Fire_Ambient_03.ogg' ) -/datum/sound_effect/hiss_sound - key = SFX_HISS - file_paths = list( - 'sound/voice/hiss1.ogg', - 'sound/voice/hiss2.ogg', - 'sound/voice/hiss3.ogg', - 'sound/voice/hiss4.ogg' - ) - /datum/sound_effect/page_sound key = SFX_PAGE_TURN file_paths = list( diff --git a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm index 8c5d0f50dff..a52b758d487 100644 --- a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm +++ b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm @@ -151,10 +151,6 @@ default_genders = list(FEMALE) economic_modifier = 12 - speech_sounds = list('sound/voice/hiss1.ogg','sound/voice/hiss2.ogg','sound/voice/hiss3.ogg','sound/voice/hiss4.ogg') - speech_chance = 100 - - death_sound = 'sound/voice/hiss6.ogg' damage_overlays = 'icons/mob/human_races/masks/dam_breeder.dmi' damage_mask = 'icons/mob/human_races/masks/dam_mask_breeder.dmi' blood_mask = 'icons/mob/human_races/masks/blood_breeder.dmi' @@ -267,10 +263,6 @@ mob_weight = MOB_WEIGHT_SUPERHEAVY mob_strength = MOB_STRENGTH_VERY_STRONG - speech_sounds = list('sound/voice/hiss1.ogg','sound/voice/hiss2.ogg','sound/voice/hiss3.ogg','sound/voice/hiss4.ogg') - speech_chance = 100 - - death_sound = 'sound/voice/hiss6.ogg' damage_overlays = 'icons/mob/human_races/masks/dam_mask_warform.dmi' damage_mask = 'icons/mob/human_races/masks/dam_mask_warform.dmi' blood_mask = 'icons/mob/human_races/masks/dam_mask_warform.dmi' diff --git a/html/changelogs/SimpleMaroon-quietgyne.yml b/html/changelogs/SimpleMaroon-quietgyne.yml new file mode 100644 index 00000000000..8251031eaa3 --- /dev/null +++ b/html/changelogs/SimpleMaroon-quietgyne.yml @@ -0,0 +1,58 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: SimpleMaroon + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscdel: "Removed the xenomorph-like talking noises from Vaurca Breeders." diff --git a/sound/voice/hiss1.ogg b/sound/voice/hiss1.ogg deleted file mode 100644 index f226d32c4a0..00000000000 Binary files a/sound/voice/hiss1.ogg and /dev/null differ diff --git a/sound/voice/hiss2.ogg b/sound/voice/hiss2.ogg deleted file mode 100644 index f518943aec2..00000000000 Binary files a/sound/voice/hiss2.ogg and /dev/null differ diff --git a/sound/voice/hiss3.ogg b/sound/voice/hiss3.ogg deleted file mode 100644 index 380f43194f8..00000000000 Binary files a/sound/voice/hiss3.ogg and /dev/null differ diff --git a/sound/voice/hiss4.ogg b/sound/voice/hiss4.ogg deleted file mode 100644 index 7a3365610d3..00000000000 Binary files a/sound/voice/hiss4.ogg and /dev/null differ diff --git a/sound/voice/hiss5.ogg b/sound/voice/hiss5.ogg deleted file mode 100644 index 522ead87519..00000000000 Binary files a/sound/voice/hiss5.ogg and /dev/null differ diff --git a/sound/voice/hiss6.ogg b/sound/voice/hiss6.ogg deleted file mode 100644 index af82cbd975e..00000000000 Binary files a/sound/voice/hiss6.ogg and /dev/null differ