mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
even more doors
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user