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 bfea712..cc6d9fd 100644
--- a/rules.js
+++ b/rules.js
@@ -38,6 +38,11 @@ exports.scenarios = [
"Standard"
];
+exports.roles = [
+ "Persia",
+ "Greece",
+];
+
const OBSERVER = "Observer";
const GREECE = "Greece";
const PERSIA = "Persia";
diff --git a/title.sql b/title.sql
index 2c73406..eceade3 100644
--- a/title.sql
+++ b/title.sql
@@ -1,3 +1 @@
insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 );
-insert or ignore into roles values ( '300-earth-and-water', 'Persia' );
-insert or ignore into roles values ( '300-earth-and-water', 'Greece' );