summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-06 00:42:19 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commitdc7d37dc1d8823d7f0381142cb7b9de6a72a8cdd (patch)
treefcec10a6ee5008046c150c0584006e550ee4f83e /rules.js
parent3fe2e98879c1f5b84916ab28c767e63ec8a89829 (diff)
downloadnevsky-dc7d37dc1d8823d7f0381142cb7b9de6a72a8cdd.tar.gz
Fix Baltic Sea Trade - not in winter.
Diffstat (limited to 'rules.js')
-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) {