Goes through and fixes more savefiles.

This commit is contained in:
PJB3005
2015-12-20 21:27:43 +01:00
parent 53b0e23ac1
commit ab6b3706cb
10 changed files with 55 additions and 61 deletions

View File

@@ -365,11 +365,9 @@ var/global/floorIsLava = 0
to_chat(usr, "Error: you are not an admin!")
return
// AUTOFIXED BY fix_string_idiocy.py
// C:\Users\Rob\\documents\\\projects\vgstation13\code\\modules\admin\admin.dm:247: var/dat = "<html><head><title>Info on [key]</title></head>"
var/dat = {"<html><head><title>Info on [key]</title></head>
<body>"}
// END AUTOFIX
var/savefile/info = new("data/player_saves/[copytext(key, 1, 2)]/[key]/info.sav")
var/list/infos
info >> infos
@@ -390,19 +388,15 @@ var/global/floorIsLava = 0
if(I.author == usr.key || check_rights(R_PERMISSIONS, show_msg = 0))
dat += "<A href='?src=\ref[src];remove_player_info=[key];remove_index=[i]'>Remove</A>"
dat += "<br><br>"
if(update_file) to_chat(info, infos)
if(update_file)
info << infos
// AUTOFIXED BY fix_string_idiocy.py
// C:\Users\Rob\\documents\\\projects\vgstation13\code\\modules\admin\admin.dm:265: dat += "<br>"
dat += {"<br>
<A href='?src=\ref[src];add_player_info=[key]'>Add Comment</A><br>
</body></html>"}
// END AUTOFIX
usr << browse(dat, "window=adminplayerinfo;size=480x480")
/datum/admins/proc/access_news_network() //MARKER
set category = "Fun"
set name = "Access Newscaster Network"