diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 22:44:44 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-01-16 22:44:44 -0500 |
commit | 8b3cba4c8faaa5e603a1c9cba5d994258d9069a4 (patch) | |
tree | 34697127e676ae9731824896894ed6f710ba1e51 /const.js | |
parent | a259fb59db9718c4d2ae41c9fa7e75134303b638 (diff) | |
download | vijayanagara-8b3cba4c8faaa5e603a1c9cba5d994258d9069a4.tar.gz |
Event 3
Diffstat (limited to 'const.js')
-rw-r--r-- | const.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |