Fixes referencing things that don't exist.

This commit is contained in:
Belsima
2017-09-17 16:32:20 -04:00
committed by GitHub
parent a696ba8126
commit f72493c304

View File

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