summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js5
-rw-r--r--title.sql2
2 files changed, 5 insertions, 2 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" }
diff --git a/title.sql b/title.sql
index c53d64c..b0af122 100644
--- a/title.sql
+++ b/title.sql
@@ -1,3 +1 @@
insert or replace into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 );
-insert or replace into roles values ( 'hammer-of-the-scots', 'England' );
-insert or replace into roles values ( 'hammer-of-the-scots', 'Scotland' );