Got rid of the soul destroying buzzing when airlocks can't close.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3497 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-04-22 18:05:40 +00:00
parent b6a4dc8269
commit aaa194a7a3
+1 -1
View File
@@ -1119,7 +1119,7 @@ About the new airlock wires panel:
return
if(safe)
if(locate(/mob/living) in get_turf(src))
playsound(src.loc, 'buzz-two.ogg', 50, 0)
// playsound(src.loc, 'buzz-two.ogg', 50, 0) //THE BUZZING IT NEVER STOPS -Pete
spawn (60)
close()
return