[BUGFIX] Replaces middle ear ring loop with truly silent loop

I'd meant to get around to this for months, but work and life has been in the way.

I finally, finally have time and energy to start fixing shit.
This commit is contained in:
Rykka Stormheart
2023-06-06 15:15:49 -07:00
parent 3129a35fe2
commit a15329be0c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
/datum/looping_sound/mob/deafened
start_sound = 'modular_chomp/sound/effects/ear_ring/ear_deaf_in.ogg'
start_length = 4 SECONDS // 2 seconds shorter than the actual file ending, bc we want it to overlap
mid_sounds = list('modular_chomp/sound/effects/ear_ring/ear_deaf_loop.ogg'=1)
mid_sounds = list('modular_chomp/sound/effects/misc/silence.ogg'=1)
mid_length = 3 SECONDS
end_sound = 'modular_chomp/sound/effects/ear_ring/ear_deaf_out.ogg'
volume = 40
Binary file not shown.