summaryrefslogtreecommitdiff
path: root/const.js
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 22:44:44 -0500
committerJoël Simoneau <simoneaujoel@gmail.com>2025-01-16 22:44:44 -0500
commit8b3cba4c8faaa5e603a1c9cba5d994258d9069a4 (patch)
tree34697127e676ae9731824896894ed6f710ba1e51 /const.js
parenta259fb59db9718c4d2ae41c9fa7e75134303b638 (diff)
downloadvijayanagara-8b3cba4c8faaa5e603a1c9cba5d994258d9069a4.tar.gz
Event 3
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"