Files
2020-02-16 19:40:21 -08:00

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")