Added NanoUI from bay, hit string limit, ran string combiner again.

God have mercy on our souls.
This commit is contained in:
Rob Nelson
2013-09-24 19:46:45 -07:00
parent e8f80a46b3
commit b7fe9edb3b
74 changed files with 16373 additions and 320 deletions

View File

@@ -1280,9 +1280,12 @@ datum/preferences
character.gender = MALE
proc/open_load_dialog(mob/user)
var/dat = "<body>"
dat += "<tt><center>"
// AUTOFIXED BY fix_string_idiocy.py
// C:\Users\Rob\Documents\Projects\vgstation13\code\modules\client\preferences.dm:1283: var/dat = "<body>"
var/dat = {"<body>
<tt><center>"}
// END AUTOFIX
var/savefile/S = new /savefile(path)
if(S)
dat += "<b>Select a character slot to load</b><hr>"