Intrepid's West and East Airlocks are now controlled by the same docking controller.

This commit is contained in:
mikomyazaki
2022-02-12 12:38:39 +00:00
parent ec7fc8ebed
commit 625ab8c76c
3 changed files with 99 additions and 22 deletions
@@ -82,6 +82,7 @@
//tell children to prepare for undocking
for (var/child_tag in children_tags)
testing("Sending prepare_for_undocking command to [child_tag]")
send_docking_command(child_tag, "prepare_for_undocking")
/datum/computer/file/embedded_program/docking/multi/ready_for_undocking()