Adds sounds to opening/closing firelocks.

This commit is contained in:
Belsima
2017-09-17 16:26:03 -04:00
parent 3ec569661e
commit a696ba8126
3 changed files with 2 additions and 0 deletions

View File

@@ -400,7 +400,9 @@
switch(animation)
if("opening")
flick("door_opening", src)
playsound(src, 'sound/machines/airlock_ext_open.ogg', 37, 1)
if("closing")
playsound(src, 'sound/machines/airlock_ext_close.ogg', 37, 1)
flick("door_closing", src)
return