mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
Fixes referencing things that don't exist.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user