mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-01 04:52:39 +00:00
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/airlock_ext_open.ogg', 37, 1)
|
||||
if("closing")
|
||||
playsound(src, 'sound/machines/airlock_ext_close.ogg', 37, 1)
|
||||
flick("door_closing", src)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user