From 3611a7dcbcc4e047fc87b2d3b2af6dc805625663 Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ccxvii.net>
Date: Sat, 9 Nov 2024 14:06:36 +0100
Subject: Add victory condition message in special scenarios.

---
 rules.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules.js b/rules.js
index 5a5ecaf..f024ec5 100644
--- a/rules.js
+++ b/rules.js
@@ -1727,6 +1727,8 @@ function setup_pleskau() {
 
 	set_lord_cylinder_on_calendar(LORD_RUDOLF, 1)
 	set_lord_cylinder_on_calendar(LORD_DOMASH, 1)
+
+	log("Earn 1VP each time an enemy Lord Disbands or is removed.")
 }
 
 function setup_watland() {
@@ -1752,6 +1754,8 @@ function setup_watland() {
 	set_lord_cylinder_on_calendar(LORD_ANDREY, 5)
 	set_lord_cylinder_on_calendar(LORD_ALEKSANDR, 7)
 	set_lord_cylinder_on_calendar(LORD_HERMANN, 8)
+
+	log("To win at scenario end, the Teutons must have at least 7 VP and must at least double Russian VP. There is no tie.")
 }
 
 function setup_peipus() {
-- 
cgit v1.2.3