summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index b1bf0e2..ef17ff4 100644
--- a/rules.js
+++ b/rules.js
@@ -10635,7 +10635,8 @@ function goto_advance_campaign() {
log_h1("Levy " + current_turn_name())
- if (current_season() === LATE_WINTER)
+ // First turns of late winter
+ if (current_turn() === 5 || current_turn() === 13)
goto_discard_crusade_late_winter()
else
goto_levy_arts_of_war()