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