Efficiency: Joblist

Conflicts:
	code/__HELPERS/global_lists.dm
This commit is contained in:
ZomgPonies
2014-03-01 13:38:55 -05:00
parent 77767db800
commit 61fe10fe3d
8 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -357,7 +357,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