diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |