summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-30 21:52:42 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-30 21:52:42 +0200
commita8e9228b5a807269cf727f79020fce95589ad6c6 (patch)
tree1f235a5d27041b2d9cd0e0cfedad567f8e27db1c /rules.ts
parent71dd77d97257588b5fffe1e116d9283d8b607938 (diff)
downloadplantagenet-a8e9228b5a807269cf727f79020fce95589ad6c6.tar.gz
layout cylinders in columns
TODO: better seat marker positions
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index d4fef10..91caaca 100644
--- a/rules.ts
+++ b/rules.ts
@@ -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