mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 01:02:06 +00:00
20 lines
1.2 KiB
Plaintext
20 lines
1.2 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(verbs, file2list("config/names/verbs.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")) |