diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-26 12:32:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-26 12:32:59 +0200 |
commit | f5a7921c0599ef51d0c26f122bc38a855c32f0d0 (patch) | |
tree | da423ffa0cf04ae9e897b08eb703be639afadd18 | |
parent | a5cc5b0a4a591c10d36c5897973a3d693706ad21 (diff) | |
download | plantagenet-f5a7921c0599ef51d0c26f122bc38a855c32f0d0.tar.gz |
logevent
-rw-r--r-- | rules.ts | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 } |