Shuttle console refactoring

Also adjusted the way undocking signals were used.
This commit is contained in:
mwerezak
2014-06-11 19:42:59 -04:00
parent acec01fb14
commit 232e50e415
7 changed files with 216 additions and 176 deletions

View File

@@ -127,11 +127,7 @@
/datum/computer/file/embedded_program/docking/simple/ready_for_undocking()
return (memory["door_status"]["state"] == "closed" && memory["door_status"]["lock"] == "locked")
/datum/computer/file/embedded_program/docking/simple/reset()
close_door()
..()
/*** DEBUG VERBS ***
/*** DEBUG VERBS ***/
/obj/machinery/embedded_controller/radio/simple_docking_controller/verb/view_state()
set category = "Debug"
@@ -157,4 +153,5 @@
set category = "Debug"
set src in view(1)
src.program:initiate_undocking()
*/
/**/