summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 8e86356..a694335 100644
--- a/rules.js
+++ b/rules.js
@@ -16,7 +16,7 @@ exports.roles = [ "York", "Lancaster" ]
const { CARDS, BLOCKS, AREAS, BORDERS, block_index, area_index } = require('./data')
const first_area = 6 // first real area (skip pools and seas)
-const last_area = AREAS.length - 4 // skip layout areas at end
+const last_area = AREAS.length - 5 // skip layout areas at end
const block_count = BLOCKS.length