From d52f685bdf30b6e67a0be0456363378e14a432bc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 21 Jul 2024 16:45:25 +0200 Subject: fix naval move and landing party --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index e2e966d..998f81b 100644 --- a/play.js +++ b/play.js @@ -666,6 +666,7 @@ function on_update() { action_button("event", "Event") action_button("campaign", "Campaign") + action_button("landing_party", "Landing Party") action_button("pickup_french_cu", "Take French CU") action_button("pickup_british_cu", "Take CU") -- cgit v1.2.3