mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user