diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ exports.scenarios = [ "Campaign", ]; +exports.roles = [ + "England", + "Scotland", +]; + const { CARDS, BLOCKS, AREAS, BORDERS } = require('./data'); const ENEMY = { Scotland: "England", England: "Scotland" } |