diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-11 19:34:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-12 00:29:24 +0200 |
commit | 84522877848d2ffc3081e3d934a540c0ef886590 (patch) | |
tree | ffbc5a202ab5e9ead3efe0f4f3c7cd8175d5dd85 /play.js | |
parent | 0ae8c547982424b83c14a9f4a4638c523a643944 (diff) | |
download | wilderness-war-84522877848d2ffc3081e3d934a540c0ef886590.tar.gz |
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1608,7 +1608,7 @@ function update_map() { action_button("intercept", "Intercept") action_button("avoid", "Avoid battle") action_button("exchange", "Exchange") - action_button("stop", "Stop") + action_button("stop", "End move") // confirm "dummy" actions confirm_action_button("confirm_end_activations", "End activations", |