summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index e1e9b1b..19aa99d 100644
--- a/rules.js
+++ b/rules.js
@@ -6,6 +6,11 @@ exports.scenarios = [
"Campaign",
];
+exports.roles = [
+ "England",
+ "Scotland",
+];
+
const { CARDS, BLOCKS, AREAS, BORDERS } = require('./data');
const ENEMY = { Scotland: "England", England: "Scotland" }