mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Merge pull request #3863 from Belsima/master
Adds sounds to opening/closing firelocks.
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user