mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 19:53:35 +01:00
[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:
@@ -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.
Reference in New Issue
Block a user