mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-11 23:22:19 +01:00
20 lines
503 B
Plaintext
20 lines
503 B
Plaintext
/*
|
|
* NANOTRASEN APPROVED KEYS LIST
|
|
* wonkmin is bestmin si
|
|
*
|
|
* UPDATE 04/03/11:
|
|
* the "NT" list is the complete list of elite security dudes,
|
|
* since we only have one elite security job (head of security)
|
|
*/
|
|
|
|
var/list/NT = dd_file2list("strings/nt.txt")
|
|
|
|
|
|
// this list is for mentors, everyone in the NT
|
|
// list is also a mentor
|
|
// ok this has changed and not everyone in NT is a mentor
|
|
|
|
// this is for people who are mentors but not HOSes
|
|
var/list/mentors = dd_file2list("strings/mentors.txt")
|
|
|