summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-26 12:32:59 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-26 12:32:59 +0200
commitf5a7921c0599ef51d0c26f122bc38a855c32f0d0 (patch)
treeda423ffa0cf04ae9e897b08eb703be639afadd18
parenta5cc5b0a4a591c10d36c5897973a3d693706ad21 (diff)
downloadplantagenet-f5a7921c0599ef51d0c26f122bc38a855c32f0d0.tar.gz
logevent
-rw-r--r--rules.ts9
1 files changed, 1 insertions, 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
}