[READY]Makes a bunch of processes subsystems instead

This commit is contained in:
kevinz000
2019-03-27 16:03:51 -04:00
committed by Novacat
parent b717399d21
commit 6415e4193f
173 changed files with 5478 additions and 1053 deletions
@@ -52,7 +52,7 @@
data["engines_info"] = enginfo
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "engines_control.tmpl", "[linked.name] Engines Control", 380, 530)
ui.set_initial_data(data)
+1 -1
View File
@@ -104,7 +104,7 @@
data["locations"] = locations
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "helm.tmpl", "[linked.name] Helm Control", 380, 530)
ui.set_initial_data(data)
@@ -103,7 +103,7 @@
"can_force" = can_go && shuttle.can_force(),
)
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "shuttle_control_console_exploration.tmpl", "[shuttle_tag] Shuttle Control", 470, 310)