From 326fc7127cf2daf6f5dfee4abad1e736e6cf3828 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jan 2022 12:22:20 +0100 Subject: Send damaged frigates home BEFORE naval bombardment! --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index ec881e9..277145e 100644 --- a/play.js +++ b/play.js @@ -388,7 +388,7 @@ function layout_space(location, s, x0, y0, size) { } function update_pieces() { - layout_space(view.location, UNITED_STATES_SUPPLY, 1933, 180, 6); + layout_space(view.location, UNITED_STATES_SUPPLY, 1933, 180, 5); layout_space(view.location, TRIPOLITAN_SUPPLY, 2195, 180, 6); layout_space(view.location, TRACK_1801, YEAR_X[1801], 625, 2); -- cgit v1.2.3