mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
The rev icons bug might be fixed now. Removed the old logged say file as it is no longer used and contained questionable material. People should no longer spawn on the wizard station for a second at round start. Removed the old intercept vars as they have not been used in a good while. Blob is more or less back to its old state but still has the lava sprite, can we please get some new sprites for it. Fixed the door on the prison station, it can now actually be used again. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2163 316c924e-a436-60f5-8080-3fe189b3f50e
15 lines
880 B
Plaintext
15 lines
880 B
Plaintext
var/list/ai_names = dd_file2list("config/names/ai.txt")
|
|
var/list/wizard_first = dd_file2list("config/names/wizardfirst.txt")
|
|
var/list/wizard_second = dd_file2list("config/names/wizardsecond.txt")
|
|
var/list/ninja_titles = dd_file2list("config/names/ninjatitle.txt")
|
|
var/list/ninja_names = dd_file2list("config/names/ninjaname.txt")
|
|
var/list/commando_names = dd_file2list("config/names/death_commando.txt")
|
|
var/list/first_names_male = dd_file2list("config/names/first_male.txt")
|
|
var/list/first_names_female = dd_file2list("config/names/first_female.txt")
|
|
var/list/last_names = dd_file2list("config/names/last.txt")
|
|
var/list/clown_names = dd_file2list("config/names/clown.txt")
|
|
|
|
var/list/verbs = dd_file2list("config/names/verbs.txt")
|
|
var/list/adjectives = dd_file2list("config/names/adjectives.txt")
|
|
//loaded on startup because of "
|
|
//would include in rsc if ' was used |