This commit is contained in:
CapnMachaddish
2021-03-23 05:41:05 -05:00
parent 7b4e122ed5
commit b165c3c7a1
6 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1155,7 +1155,7 @@
if(obj_flags & EMAGGED)
return FALSE
use_power(50)
playsound(src, doorOpen, 30, 1)
playsound(src, doorOpen, 30, 0)
if(src.closeOther != null && istype(src.closeOther, /obj/machinery/door/airlock/) && !src.closeOther.density)
src.closeOther.close()
else
@@ -1202,7 +1202,7 @@
if(obj_flags & EMAGGED)
return
use_power(50)
playsound(src.loc, doorClose, 30, 1)
playsound(src.loc, doorClose, 30, 0)
else
playsound(src.loc, 'sound/machines/airlockforced.ogg', 30, 1)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.