From f330f88d68f12782772fa24f2861fccdc75df9cf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 7 May 2025 00:07:17 +0200 Subject: Streamline picking up leaders units. Separate buttons to pick up: - all (only if all can be picked uppossible) - leaders - drilled troops (as many as fit) - auxiliaries (as many as fit) --- play.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index c3769c4..208015c 100644 --- a/play.js +++ b/play.js @@ -1600,6 +1600,9 @@ function update_map() { action_button("naval_move", "Naval") action_button("eliminate", "Eliminate") action_button("pick_up_all", "Pick up all") + action_button("pick_up_ld", "Pick up leaders") + action_button("pick_up_dt", "Pick up drilled troops") + action_button("pick_up_ax", "Pick up auxiliaries") action_button("drop_off", "Drop off") action_button("activate", "Activate") action_button("intercept", "Intercept") -- cgit v1.2.3