Merge pull request #8052 from deathride58/ISCREM

Makes ling screeches have their own unique screamy sounds, making them much louder.
This commit is contained in:
kevinz000
2019-03-01 02:24:16 -08:00
committed by GitHub
3 changed files with 2 additions and 0 deletions
@@ -26,6 +26,7 @@
for(var/obj/machinery/light/L in range(4, user))
L.on = 1
L.break_light_tube()
playsound(get_turf(user), '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(user), 'sound/effects/lingempscreech.ogg', 75, TRUE, 5, soundenvwet = 0)
return TRUE