even more doors

This commit is contained in:
CapnMachaddish
2021-03-23 10:27:02 -05:00
parent b8b033ee5b
commit efafab1b72
7 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -260,7 +260,7 @@
if(locked)
return
locked = TRUE
playsound(src,boltDown,30,0,3)
playsound(src,boltDown,50,0,3)
audible_message("<span class='italics'>You hear a click from the bottom of the door.</span>", null, 1)
update_icon()
@@ -271,7 +271,7 @@
if(!locked)
return
locked = FALSE
playsound(src,boltUp,30,0,3)
playsound(src,boltUp,50,0,3)
audible_message("<span class='italics'>You hear a click from the bottom of the door.</span>", null, 1)
update_icon()
@@ -1155,7 +1155,7 @@
if(obj_flags & EMAGGED)
return FALSE
use_power(50)
playsound(src, doorOpen, 30, 0)
playsound(src, doorOpen, 50, 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, 0)
playsound(src.loc, doorClose, 50, 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.
Binary file not shown.