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-16 19:12:55 +0100
commit881f620c334acbdf3ff89e0fca45d71012b45ab1 (patch)
treeeaf4768ebdb236d6c8b38073d4487cde5e951d6b
parent8cf2f716b38d6f3c226f96d8a8635ffc39747475 (diff)
downloadrichard-iii-881f620c334acbdf3ff89e0fca45d71012b45ab1.tar.gz
Drop table roles.
-rw-r--r--rules.js2
-rw-r--r--title.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 40c73d7..5bbcefb 100644
--- a/rules.js
+++ b/rules.js
@@ -11,6 +11,8 @@ exports.scenarios = [
"Richard III",
];
+exports.roles = [ "York", "Lancaster" ];
+
const { CARDS, BLOCKS, AREAS, BORDERS } = require('./data');
delete AREAS.LPool;
diff --git a/title.sql b/title.sql
index 7232372..cbfd2ba 100644
--- a/title.sql
+++ b/title.sql
@@ -1,3 +1 @@
insert or replace into titles ( title_id, title_name, bgg ) values ( 'richard-iii', 'Richard III', 25277 );
-insert or replace into roles values ( 'richard-iii', 'York' );
-insert or replace into roles values ( 'richard-iii', 'Lancaster' );