summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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) {