mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 05:02:33 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
25 lines
1.5 KiB
Plaintext
25 lines
1.5 KiB
Plaintext
GLOBAL_LIST_INIT(ai_names, file2list("config/names/ai.txt"))
|
|
GLOBAL_LIST_INIT(wizard_first, file2list("config/names/wizardfirst.txt"))
|
|
GLOBAL_LIST_INIT(wizard_second, file2list("config/names/wizardsecond.txt"))
|
|
GLOBAL_LIST_INIT(ninja_titles, file2list("config/names/ninjatitle.txt"))
|
|
GLOBAL_LIST_INIT(ninja_names, file2list("config/names/ninjaname.txt"))
|
|
GLOBAL_LIST_INIT(commando_names, file2list("config/names/death_commando.txt"))
|
|
GLOBAL_LIST_INIT(first_names_male, file2list("config/names/first_male.txt"))
|
|
GLOBAL_LIST_INIT(first_names_female, file2list("config/names/first_female.txt"))
|
|
GLOBAL_LIST_INIT(last_names, file2list("config/names/last.txt"))
|
|
GLOBAL_LIST_INIT(clown_names, file2list("config/names/clown.txt"))
|
|
GLOBAL_LIST_INIT(mime_names, file2list("config/names/mime.txt"))
|
|
GLOBAL_LIST_INIT(golem_names, file2list("config/names/golem.txt"))
|
|
GLOBAL_LIST_INIT(megacarp_first_names, file2list("strings/names/megacarp1.txt"))
|
|
GLOBAL_LIST_INIT(megacarp_last_names, file2list("strings/names/megacarp2.txt"))
|
|
|
|
GLOBAL_LIST_INIT(verbs, file2list("config/names/verbs.txt"))
|
|
GLOBAL_LIST_INIT(nouns, file2list("config/names/nouns.txt"))
|
|
GLOBAL_LIST_INIT(adjectives, file2list("config/names/adjectives.txt"))
|
|
GLOBAL_LIST_INIT(dream_strings, file2list("config/names/dreams.txt"))
|
|
GLOBAL_LIST_INIT(nightmare_strings, file2list("config/names/nightmares.txt"))
|
|
//loaded on startup because of "
|
|
//would include in rsc if ' was used
|
|
|
|
GLOBAL_LIST_INIT(vox_name_syllables, list("ti","hi","ki","ya","ta","ha","ka","ya","chi","cha","kah"))
|