From dc7d37dc1d8823d7f0381142cb7b9de6a72a8cdd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 6 Jan 2023 00:42:19 +0100 Subject: Fix Baltic Sea Trade - not in winter. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 09c040a..8f0c4cc 100644 --- a/rules.js +++ b/rules.js @@ -3805,7 +3805,7 @@ states.black_sea_trade = { } function goto_baltic_sea_trade() { - if (has_global_capability(AOW_RUSSIAN_BALTIC_SEA_TRADE)) { + if (!is_winter() && has_global_capability(AOW_RUSSIAN_BALTIC_SEA_TRADE)) { if (!has_conquered_marker(LOC_NOVGOROD) && !has_conquered_marker(LOC_NEVA)) { if (count_all_teutonic_ships() <= count_all_russian_ships()) { if (game.pieces.veche_coin < 8) { -- cgit v1.2.3