summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-22 15:35:40 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:39 +0100
commitadb54e6f81724f64fa644f50dc7ca2e24f633a79 (patch)
treeeb899282168319ca10ce69b72462a5f42e522a93
parent0919f65a0aeea07c31939e79bb3f30fb8d21a943 (diff)
downloadnevsky-adb54e6f81724f64fa644f50dc7ca2e24f633a79.tar.gz
Place Legate in the Baltic Sea when not on the map.
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.js b/play.js
index 8d84c35..0bb8d5c 100644
--- a/play.js
+++ b/play.js
@@ -1222,8 +1222,8 @@ function update_legate() {
ui.legate.classList.toggle("action", is_legate_action())
ui.legate.classList.toggle("selected", is_legate_selected())
if (view.pieces.legate === LEGATE_ARRIVED) {
- ui.legate.style.top = "1580px"
- ui.legate.style.left = "170px"
+ ui.legate.style.top = "1356px"
+ ui.legate.style.left = "24px"
} else {
layout_locale_item(view.pieces.legate, ui.legate, 0)
}