From aaa194a7a378e7faeaadd52d0a01fe27e0f3d6bd Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Sun, 22 Apr 2012 18:05:40 +0000 Subject: [PATCH] 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 --- code/game/machinery/doors/airlock.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index 31e39efef7a..a63abbd6692 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -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