From 8b3cba4c8faaa5e603a1c9cba5d994258d9069a4 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 16 Jan 2025 22:44:44 -0500 Subject: Event 3 --- const.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'const.js') 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" -- cgit v1.2.3