mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Adds a docking controller to the research shuttle
Squashes 3 commits: Adds a controller for single door based docks Adds a docking controller to the research shuttle Adds override control to airlock dock nano-ui
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
/datum/computer/file/embedded_program/New(var/obj/machinery/embedded_controller/M)
|
||||
master = M
|
||||
if (istype(M, /obj/machinery/embedded_controller/radio))
|
||||
id_tag = M:id_tag
|
||||
var/obj/machinery/embedded_controller/radio/R = M
|
||||
id_tag = R.id_tag
|
||||
|
||||
/datum/computer/file/embedded_program/proc/receive_user_command(command)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user