Adds a vox heist game mode. Fairly complex.

This commit is contained in:
Zuhayr
2013-07-28 05:18:04 -07:00
parent 1aed76d4c2
commit 0c88896adf
8 changed files with 446 additions and 8 deletions
+4 -2
View File
@@ -640,6 +640,7 @@ var/list/TAGGERLOCATIONS = list("Disposals",
#define BE_CULTIST 256
#define BE_MONKEY 512
#define BE_NINJA 1024
#define BE_RAIDER 2048
var/list/be_special_flags = list(
"Traitor" = BE_TRAITOR,
@@ -652,7 +653,8 @@ var/list/be_special_flags = list(
"pAI" = BE_PAI,
"Cultist" = BE_CULTIST,
"Monkey" = BE_MONKEY,
"Ninja" = BE_NINJA
"Ninja" = BE_NINJA,
"Raider" = BE_RAIDER
)
#define AGE_MIN 17 //youngest a character can be
@@ -693,4 +695,4 @@ var/list/bradycardics = list("neurotoxin", "cryoxadone", "clonexadone", "space_d
//proc/get_pulse methods
#define GETPULSE_HAND 0 //less accurate (hand)
#define GETPULSE_TOOL 1 //more accurate (med scanner, sleeper, etc)
#define GETPULSE_TOOL 1 //more accurate (med scanner, sleeper, etc)