summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index b3e1385..40704eb 100644
--- a/rules.js
+++ b/rules.js
@@ -53,6 +53,8 @@ function debug_hexes(n, list) {
console.log("".padStart(y," ") + list.slice(y*hexw, (y+1)*hexw).map(x=>String(x).padStart(2, ' ')).join(""))
}
+// === CONSTS ===
+
const AXIS = 'Axis'
const ALLIED = 'Allied'