Job whitelist removal (#9163)

This commit is contained in:
Guti
2024-10-06 22:12:50 +02:00
committed by GitHub
parent 9840952f90
commit c2d07ac951
12 changed files with 12 additions and 45 deletions

View File

@@ -1,32 +0,0 @@
// Probably could code this to use a config file to set whitelist_only but I don't get paid for this.
// Captain
/datum/job/captain
whitelist_only = TRUE
// Head of Personnel
/datum/job/hop
whitelist_only = TRUE
// Head of Security
/datum/job/hos
whitelist_only = TRUE
// Chief Engineer
/datum/job/chief_engineer
whitelist_only = TRUE
// Research Director
/datum/job/rd
whitelist_only = TRUE
// Chief Medical Officer
/datum/job/cmo
whitelist_only = TRUE
// AI
/datum/job/ai
whitelist_only = TRUE
// Internal Affairs Agent
/datum/job/lawyer
whitelist_only = TRUE