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
+2
View File
@@ -9,6 +9,8 @@ datum/mind
var/assigned_role
var/special_role
var/datum/job/assigned_job
var/list/datum/objective/objectives = list()
var/list/datum/objective/special_verbs = list()