Enable creation of cycling airlocks

This commit is contained in:
ShadowLarkens
2024-12-04 13:45:19 -08:00
parent 847fa11fd6
commit 9a940834b4
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)