summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-02-14 13:29:40 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:18 +0100
commit0f94f36c5c972a904942e9b9302d71a3ec2a6eba (patch)
tree193f36c99986ff4fc7adfc68308224adf07da4a5
parent3a52e29f7a8b207bd3279fde223ac178d5a1db41 (diff)
downloadhammer-of-the-scots-0f94f36c5c972a904942e9b9302d71a3ec2a6eba.tar.gz
Drop table roles.
-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' );