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:
Mike
2014-06-09 23:29:03 -04:00
committed by mwerezak
parent ad7a1c5d59
commit 129ee988b4
10 changed files with 1426 additions and 1192 deletions
@@ -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