mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Job whitelist removal (#9163)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user