mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
fix firedoor sensors (#17109)
* fix firedoor sensors * . * Update firedoor.dm * eh we need to here * Update door.dm * .
This commit is contained in:
@@ -456,8 +456,7 @@
|
||||
addtimer(CALLBACK(src, PROC_REF(close_internalfinish),forced), anim_length_before_finalize)
|
||||
|
||||
/obj/machinery/door/proc/close_internalfinish(var/forced = 0)
|
||||
PRIVATE_PROC(TRUE) //do not touch this or BYOND will devour you
|
||||
SHOULD_NOT_OVERRIDE(TRUE)
|
||||
PROTECTED_PROC(TRUE) //do not touch this or BYOND will devour you
|
||||
update_icon()
|
||||
if(visible && !glass)
|
||||
set_opacity(1) //caaaaarn!
|
||||
|
||||
@@ -414,7 +414,10 @@
|
||||
/obj/machinery/door/firedoor/close()
|
||||
latetoggle()
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/door/firedoor/close_internalfinish(forced = 0)
|
||||
// Queue us for processing when we are closed!
|
||||
..()
|
||||
if(density)
|
||||
START_MACHINE_PROCESSING(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user