mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-27 09:22:40 +00:00
* Update settings * Whitespace changes * Comment out merger hooks in gitattributes Corrupt maps would have to be resolved in repo before hooks could be updated * Revert "Whitespace changes" This reverts commitafbdd1d844. * Whitespace again minus example * Gitignore example changelog * Restore changelog merge setting * Keep older dmi hook attribute until hooks can be updated * update vscode settings too * Renormalize remaining * Revert "Gitignore example changelog" This reverts commitde22ad375d. * Attempt to normalize example.yml (and another file I guess) * Try again
16 lines
831 B
Plaintext
16 lines
831 B
Plaintext
var/list/ai_names = file2list("config/names/ai.txt")
|
|
var/list/wizard_first = file2list("config/names/wizardfirst.txt")
|
|
var/list/wizard_second = file2list("config/names/wizardsecond.txt")
|
|
var/list/ninja_titles = file2list("config/names/ninjatitle.txt")
|
|
var/list/ninja_names = file2list("config/names/ninjaname.txt")
|
|
var/list/commando_names = file2list("config/names/death_commando.txt")
|
|
var/list/first_names_male = file2list("config/names/first_male.txt")
|
|
var/list/first_names_female = file2list("config/names/first_female.txt")
|
|
var/list/last_names = file2list("config/names/last.txt")
|
|
var/list/clown_names = file2list("config/names/clown.txt")
|
|
|
|
|
|
var/list/verbs = file2list("config/names/verbs.txt")
|
|
var/list/adjectives = file2list("config/names/adjectives.txt")
|
|
//loaded on startup because of "
|
|
//would include in rsc if ' was used |