From adb54e6f81724f64fa644f50dc7ca2e24f633a79 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 22 Jan 2023 15:35:40 +0100 Subject: Place Legate in the Baltic Sea when not on the map. --- play.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.js') 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) } -- cgit v1.2.3