Include our list of names as a global

Include the list of golem names as one of the global lists, just like
all the other sets of names.
This commit is contained in:
Jack Edge
2016-03-30 08:04:33 +01:00
parent 18d88b3963
commit 7b41b24e67
+2 -1
View File
@@ -11,9 +11,10 @@ var/list/lizard_names_male = file2list("config/names/lizard_male.txt")
var/list/lizard_names_female = file2list("config/names/lizard_female.txt")
var/list/clown_names = file2list("config/names/clown.txt")
var/list/mime_names = file2list("config/names/mime.txt")
var/list/golem_names = file2list("config/names/golem.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
//would include in rsc if ' was used