diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-25 00:50:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-25 00:51:59 +0200 |
commit | 9098c0510b42c714a02c00a40b5344f84ca98cca (patch) | |
tree | ae563aaf8a42a867692c225d2d084a004198f643 /play.js | |
parent | d44ae83793e9d1dac3447fd80a29983de8004d7a (diff) | |
download | plantagenet-9098c0510b42c714a02c00a40b5344f84ca98cca.tar.gz |
add pause at end of assign hits. use regroup event there.
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |