Merge pull request #8056 from PsiOmegaDelta/ATMMachine

Corrects some RAS syndrome issues
This commit is contained in:
Chinsky
2015-02-07 08:39:59 +03:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -313,7 +313,7 @@
if (!ui)
// the ui does not exist, so we'll create a new() one
// for a list of parameters and their descriptions see the code docs in \code\modules\nano\nanoui.dm
ui = new(user, src, ui_key, "smes.tmpl", "SMES Power Storage Unit", 540, 380)
ui = new(user, src, ui_key, "smes.tmpl", "SMES Unit", 540, 380)
// when the ui is first opened this is the data it will use
ui.set_initial_data(data)
// open the new ui window