Allows escape pods to be armed from inside the pod

This commit is contained in:
mwerezak
2014-07-01 21:34:05 -04:00
parent 1c7c48165b
commit 8388ecb94a
6 changed files with 128 additions and 149 deletions

View File

@@ -29,7 +29,7 @@
/obj/machinery/embedded_controller/radio/simple_docking_controller/Topic(href, href_list)
if(..())
return
return 1
usr.set_machine(src)
src.add_fingerprint(usr)
@@ -44,7 +44,7 @@
if(clean)
program.receive_user_command(href_list["command"])
return 1
return 0
//A docking controller program for a simple door based docking port