Reduced the volume of that annoying emitter noise by a lot. It was at 75, it's not at 25 which makes it barable even when you have two emitters firing at once. So hopefully less ear-rape for engineers.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1618 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-05-26 00:14:48 +00:00
parent e1a0ffc445
commit 9104dd38e1

View File

@@ -87,7 +87,7 @@
use_power(1000)
var/obj/beam/a_laser/A = new /obj/beam/a_laser( src.loc )
A.icon_state = "u_laser"
playsound(src.loc, 'emitter.ogg', 75, 1)
playsound(src.loc, 'emitter.ogg', 25, 1)
if(prob(35))
var/datum/effects/system/spark_spread/s = new /datum/effects/system/spark_spread
s.set_up(5, 1, src)