Adds docking controllers to shuttles

Shuttles dock at round start.
This commit is contained in:
mwerezak
2014-06-09 23:37:37 -04:00
parent 129ee988b4
commit 63ea6eba0d
6 changed files with 166 additions and 94 deletions
@@ -20,7 +20,7 @@
ui = nanomanager.try_update_ui(user, src, ui_key, ui, data)
if (!ui)
ui = new(user, src, ui_key, "simple_airlock_console.tmpl", name, 470, 290)
ui = new(user, src, ui_key, "simple_docking_console.tmpl", name, 470, 290)
ui.set_initial_data(data)
ui.open()
ui.set_auto_update(1)