REVERT of nanoui/chemistry becoming subsystems (temp)

This commit is contained in:
Heroman
2019-04-05 13:30:32 +10:00
parent c701f8c1c7
commit b11015107c
129 changed files with 389 additions and 350 deletions

View File

@@ -280,7 +280,7 @@
recipies_ui[++recipies_ui.len] = list("name" = R.name, "type" = "[T]")
data["recipies"] = recipies_ui
ui = SSnanoui.try_update_ui(user, src, ui_key, ui, data, force_open)
ui = GLOB.nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "partslathe.tmpl", "Parts Lathe UI", 500, 450)
ui.set_initial_data(data)