Shhhhhhh.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2402 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-10-20 17:39:08 +00:00
parent ba08276d55
commit 2383130a28
3 changed files with 6 additions and 2 deletions
@@ -86,6 +86,11 @@
for(var/obj/item/weapon/grab/G in src)
G.process()
if(isturf(loc) && rand(1,1000) == 1) //0.1% chance of playing a scary sound to someone who's in complete darkness
var/turf/currentTurf = loc
if(!currentTurf.sd_lumcount)
playsound_local(src,pick(scarySounds),50, 1, -1)
..() //for organs