mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #3660 from BlackMajor/patch-11
Removes Command Secretary from whitelisted jobs
This commit is contained in:
@@ -155,10 +155,9 @@ var/list/whitelisted_positions = list(
|
||||
"Chief Engineer",
|
||||
"Research Director",
|
||||
"Chief Medical Officer",
|
||||
"Command Secretary",
|
||||
"Warden",
|
||||
"AI"
|
||||
)
|
||||
) //CHOMPEdit: Removed Command Secretary from whitelisted jobs.
|
||||
|
||||
/proc/guest_jobbans(var/job)
|
||||
return ((job in whitelisted_positions))
|
||||
|
||||
Reference in New Issue
Block a user