summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-25 00:50:22 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-25 00:51:59 +0200
commit9098c0510b42c714a02c00a40b5344f84ca98cca (patch)
treeae563aaf8a42a867692c225d2d084a004198f643 /play.js
parentd44ae83793e9d1dac3447fd80a29983de8004d7a (diff)
downloadplantagenet-9098c0510b42c714a02c00a40b5344f84ca98cca.tar.gz
add pause at end of assign hits. use regroup event there.
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 4a08b2a..6c5cde5 100644
--- a/play.js
+++ b/play.js
@@ -1648,6 +1648,7 @@ function on_update() {
action_button("avoid", "Avoid Battle")
action_button("withdraw", "Withdraw")
action_button("retreat", "Retreat")
+ action_button("regroup", "Regroup")
action_button("remove", "Remove")
action_button("surrender", "Surrender")
action_button("roll", "Roll")