Makes ling screeches much louder and actually have their own unique sounds

This commit is contained in:
deathride58
2019-02-26 22:38:43 -05:00
parent d53cf3d418
commit 1d2584f476
3 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
for(var/obj/machinery/light/L in range(4, user))
L.on = 1
L.break_light_tube()
playsound(get_turf(owner.current), 'sound/effects/lingscreech.ogg', 75, TRUE, 5, soundenvwet = 0)
return TRUE
/obj/effect/proc_holder/changeling/dissonant_shriek
@@ -42,4 +43,5 @@
L.on = 1
L.break_light_tube()
empulse(get_turf(user), 2, 5, 1)
playsound(get_turf(owner.current), 'sound/effects/lingempscreech.ogg', 75, TRUE, 5, soundenvwet = 0)
return TRUE

Binary file not shown.

Binary file not shown.