Nations commit 4.1 forgot maybe this I have no idea if I'll need it but probably.

This commit is contained in:
ZomgPonies
2014-05-27 01:45:31 -04:00
parent 9bf41d3405
commit 16439fd982
+6
View File
@@ -25,6 +25,7 @@ var/global/list/flag_list = list() //list of flags during Nations gamemode
//Languages/species/whitelist.
var/global/list/all_species[0]
var/global/list/all_languages[0]
var/global/list/all_nations[0]
var/global/list/whitelisted_species = list()
// Posters
@@ -97,6 +98,11 @@ var/global/list/backbaglist = list("Nothing", "Backpack", "Satchel", "Satchel Al
var/datum/job/J = new T
joblist[J.title] = J
paths = typesof(/datum/nations)-/datum/nations
for(var/T in paths)
var/datum/nations/N = new T
all_nations[N.name] = N
//Languages and species.
paths = typesof(/datum/language)-/datum/language
for(var/T in paths)