Should fix the assistant-priority jobs terminating the preference list.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2088 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-09-02 06:28:53 +00:00
parent 735a85abe8
commit f10a7e9c9e
+1 -1
View File
@@ -378,7 +378,7 @@ datum/preferences
update_preview_icon()
user << browse_rsc(preview_icon, "previewicon.png")
var/list/destructive = assistant_occupations.Copy()
var/list/destructive = list("Assistant") //only the actual assistants should terminate the list
var/dat = "<html><body>"
dat += "<b>Name:</b> "
dat += "<a href=\"byond://?src=\ref[user];preferences=1;real_name=input\"><b>[real_name]</b></a> "