Role Access List Rename (#22231)

renames the basic role access list to "job_access" to make its purpose
clearer and removes the unused expanded access list since we only use
the former. it should also help prevent confusion when adding access to
roles.

server config should be updated.
This commit is contained in:
SleepyGemmy
2026-04-26 19:59:53 +00:00
committed by GitHub
parent 009844bee6
commit e1627a12e2
19 changed files with 73 additions and 183 deletions
+1 -1
View File
@@ -511,7 +511,7 @@
possible_access["== Default BSTech =="] = get_all_accesses() + get_all_centcom_access() + get_all_syndicate_access()
for(var/job in subtypesof(/datum/job))
var/datum/job/J = new job
possible_access[J.title] = J.access
possible_access[J.title] = J.job_access
var/chosen_access = input(usr, "Which access do you want your ID to have?", "ID Access") as null|anything in possible_access
if(!chosen_access)
return