Adjusts how undocking signals are used

Now both server and client will to undock concurrently. It looks much
more natural.
This commit is contained in:
mwerezak
2014-06-12 23:11:51 -04:00
parent 232e50e415
commit dc7d8fafe0
5 changed files with 36 additions and 32 deletions

View File

@@ -127,7 +127,7 @@
if (master_prog.undocked() || master_prog.override_enabled) //only allow the port to be used as an airlock if nothing is docked here or the override is enabled
..(target)
/*** DEBUG VERBS ***/
/*** DEBUG VERBS ***
/datum/computer/file/embedded_program/docking/proc/print_state()
world << "id_tag: [id_tag]"
@@ -167,4 +167,4 @@
set src in view(1)
src.program:initiate_undocking()
/**/
*/