Added a preferences switch for diona.

This commit is contained in:
Zuhayr
2013-08-13 14:16:07 -07:00
parent 3a85e7afb2
commit 254cef453a
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
"infested monkey" = IS_MODE_COMPILED("monkey"), // 9
"ninja" = "true", // 10
"vox raider" = IS_MODE_COMPILED("heist"), // 11
"diona" = 1, // 12
)
var/const/MAX_SAVE_SLOTS = 10