Made librarian and chaplain part of Servicion

This commit is contained in:
ZomgPonies
2015-11-20 19:26:51 -05:00
parent bd0dd2ab4b
commit e5d6297b97
+1 -1
View File
@@ -5,7 +5,7 @@ datum/game_mode/nations
var/kickoff = 0
var/victory = 0
var/list/cargonians = list("Quartermaster","Cargo Technician","Shaft Miner")
var/list/servicion = list("Clown", "Mime", "Bartender", "Chef", "Botanist")
var/list/servicion = list("Clown", "Mime", "Bartender", "Chef", "Botanist", "Librarian", "Chaplain")
/datum/game_mode/nations/post_setup()