summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-17 22:58:34 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:39 +0100
commit0d1d26a1d1f50cc1a98613a5e8aed85a49953bfb (patch)
treee624f6fca0e90d49b7d807e62a64463553a39220
parent6ce2ff478ce42be456b1f31269991bd71cf02d89 (diff)
downloadcrusader-rex-0d1d26a1d1f50cc1a98613a5e8aed85a49953bfb.tar.gz
crusader: Update VP count after winter campaign!
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index e4d0825..6c86e04 100644
--- a/rules.js
+++ b/rules.js
@@ -3378,6 +3378,7 @@ function goto_winter_2() {
eliminate_besieging_blocks(FRANKS);
eliminate_besieging_blocks(SARACENS);
lift_all_sieges();
+ count_victory_points();
if (check_sudden_death())
return;
if (game.year === 1192)