From b9d20567cc13d55784c218dfe1209920f525a9fb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 20 Jun 2023 16:21:16 +0200 Subject: Skip intermediate "Place Governor" and "Initiate Battle" steps. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index c075d4d..6a00a29 100644 --- a/play.js +++ b/play.js @@ -1112,7 +1112,7 @@ function on_update() { action_button("recall", "Recall") action_button("recruit", "Recruit") - action_button("place", "Place") + action_button("place_governor", "Place Governor") action_button("create_army", "Create Army") action_button("end_actions", "End Actions") -- cgit v1.2.3