summaryrefslogtreecommitdiff
path: root/const.js
diff options
context:
space:
mode:
Diffstat (limited to 'const.js')
-rw-r--r--const.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/const.js b/const.js
index 462afdc..8d63c4f 100644
--- a/const.js
+++ b/const.js
@@ -17,6 +17,7 @@ const NAME_SOLO = "Solo"
const DISC = 0
const ELITE = 1
const TROOPS = 2
+const UNITS = [TROOPS, ELITE]
// Pieces status
const AVAILABLE = -1