Efficiency: Joblist

This commit is contained in:
ZomgPonies
2014-03-01 00:41:18 -05:00
parent 586125b939
commit d0ba2cd0e3
8 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ datum/mind
if(!check_rights(R_ADMIN)) return
if (href_list["role_edit"])
var/new_role = input("Select new role", "Assigned role", assigned_role) as null|anything in get_all_jobs()
var/new_role = input("Select new role", "Assigned role", assigned_role) as null|anything in joblist
if (!new_role) return
assigned_role = new_role