summaryrefslogtreecommitdiff
path: root/const.js
diff options
context:
space:
mode:
Diffstat (limited to 'const.js')
-rw-r--r--const.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/const.js b/const.js
index 90862ef..462afdc 100644
--- a/const.js
+++ b/const.js
@@ -4,6 +4,8 @@ const DS = 0
const BK = 1
const VE = 2
const MI = 3
+const FACTIONS = [DS, BK, VE]
+const REBEL_FACTIONS = [BK, VE]
// Role names
const NAME_DS = "DS"