[MIRROR] Airlock Construction (#9580)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-12-05 16:04:35 +01:00
committed by GitHub
co-authored by Heroman3003
parent 5f03a3f37f
commit 67fe8c3c8e
23 changed files with 662 additions and 164 deletions
@@ -17,6 +17,11 @@
qdel(program) // the program will clear the ref in its Destroy
return ..()
/obj/machinery/embedded_controller/examine(mob/user, infix, suffix)
. = ..()
if(in_range(src, user))
. += "It has an ID tag of \"[program?.id_tag]\""
/obj/machinery/embedded_controller/proc/post_signal(datum/signal/signal, comm_line)
return 0
@@ -36,6 +41,7 @@
if(LAZYLEN(valid_actions))
if(action in valid_actions)
program.receive_user_command(action)
return TRUE
if(ui.user)
add_fingerprint(ui.user)