mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-22 23:43:21 +00:00
* Legal Name Change Form * Update code/modules/mob/language.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * Update language.dm * Spacing in Language * Spacing * Update language.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
23 lines
1.4 KiB
Plaintext
23 lines
1.4 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
|