From 84522877848d2ffc3081e3d934a540c0ef886590 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 11 May 2025 19:34:51 +0200 Subject: Allow stopping on an infiltrated space to force a battle / raid. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index f7b1647..cb296fa 100644 --- a/play.js +++ b/play.js @@ -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", -- cgit v1.2.3