From f5a7921c0599ef51d0c26f122bc38a855c32f0d0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 26 Apr 2024 12:32:59 +0200 Subject: logevent --- rules.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/rules.ts b/rules.ts index 9751045..09c6fd0 100644 --- a/rules.ts +++ b/rules.ts @@ -18,13 +18,6 @@ NAVAL BLOCKADE - for Tax and Tax Collectors - Scenario special rules. - - II: Foreign Haven - Warwick - II: Foreign Haven - Edward IV - II: Shaky Allies - II: Queen Regent - Review all undo steps. Review all states for needless pauses. Review all states for adding extra pauses to prevent loss of control. @@ -5539,7 +5532,7 @@ function count_melee_hits(lord: Lord) { hits += get_lord_forces(lord, BURGUNDIANS) << 1 if (lord === game.battle.caltrops) { - logcap(EVENT_YORK_CALTROPS) + logevent(EVENT_YORK_CALTROPS) hits += 2 << 1 } -- cgit v1.2.3