diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-30 21:52:42 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-30 21:52:42 +0200 |
commit | a8e9228b5a807269cf727f79020fce95589ad6c6 (patch) | |
tree | 1f235a5d27041b2d9cd0e0cfedad567f8e27db1c /rules.ts | |
parent | 71dd77d97257588b5fffe1e116d9283d8b607938 (diff) | |
download | plantagenet-a8e9228b5a807269cf727f79020fce95589ad6c6.tar.gz |
layout cylinders in columns
TODO: better seat marker positions
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5069,6 +5069,8 @@ states.intercept = { prompt() { view.prompt = `Intercept: Choose lords to intercept at ${locale_name[game.march.to]}.` + view.where = game.march.to + if (game.active === YORK) gen_action_card_if_held(EVENT_YORK_FLANK_ATTACK) else |