summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-17 12:22:20 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commit326fc7127cf2daf6f5dfee4abad1e736e6cf3828 (patch)
tree225a3ea46a7f569becb460a6bbdb02791ffecf5b /play.js
parentf4b137950b455b568baaeb42e83465b688d1df80 (diff)
downloadshores-of-tripoli-326fc7127cf2daf6f5dfee4abad1e736e6cf3828.tar.gz
Send damaged frigates home BEFORE naval bombardment!
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
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);