mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-17 12:02:19 +01:00
16 lines
458 B
Plaintext
16 lines
458 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, this is for people who
|
|
// are mentors but not HOSes
|
|
var/list/mentors = dd_file2list("strings/mentors.txt") |