mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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()
|
||||
|
||||
/**/
|
||||
*/
|
||||
Reference in New Issue
Block a user