Merge pull request #3863 from Belsima/master

Adds sounds to opening/closing firelocks.
This commit is contained in:
Anewbe
2017-09-19 21:00:10 -05:00
committed by GitHub
3 changed files with 2 additions and 0 deletions
+2
View File
@@ -400,7 +400,9 @@
switch(animation)
if("opening")
flick("door_opening", src)
playsound(src, 'sound/machines/firelockopen.ogg', 37, 1)
if("closing")
playsound(src, 'sound/machines/firelockclose.ogg', 37, 1)
flick("door_closing", src)
return
Binary file not shown.
Binary file not shown.