WIP code for job assignment, as part of the UP upgrade project. None of this code is used in-game yet.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1816 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-07-09 23:45:31 +00:00
parent 99a61dff8f
commit e3ccbab516
3 changed files with 143 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ datum/preferences
var/underwear = 1
var/occupation[] = list("No Preference", "No Preference", "No Preference")
var/datum/jobs/wanted_jobs = list()
var/h_style = "Short Hair"
var/f_style = "Shaved"