mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Added NanoUI from bay, hit string limit, ran string combiner again.
God have mercy on our souls.
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user