Comment cleanup, adds TODOs for a bunch of minor things that the antag system may need to address before the end of freeze.

This commit is contained in:
Zuhayr
2015-07-14 05:19:01 +09:30
parent cd380aba24
commit 5e1ae26b74
11 changed files with 15 additions and 99 deletions
+1
View File
@@ -4,6 +4,7 @@ var/list/preferences_datums = list()
var/global/list/special_roles = list( //keep synced with the defines BE_* in setup.dm --rastaf
//some autodetection here.
// TODO: Update to new antagonist system.
"traitor" = IS_MODE_COMPILED("traitor"), // 0
"operative" = IS_MODE_COMPILED("nuclear"), // 1
"changeling" = IS_MODE_COMPILED("changeling"), // 2