summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-20 01:24:45 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-20 01:24:45 +0200
commit95d2a81a4b418a7fcf2b0118edc24760597f4137 (patch)
tree9cf65a7168d488be3946a90fbcc4b7b54971ab5b
parente1a6b27543dd4819bf63c37ef0e11496c9c90e11 (diff)
downloadplantagenet-95d2a81a4b418a7fcf2b0118edc24760597f4137.tar.gz
Fix error with name commit.
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 237b6a7..914c7f6 100644
--- a/rules.ts
+++ b/rules.ts
@@ -5277,7 +5277,7 @@ function count_lord_hits(lord: Lord) {
}
function format_strike_step() {
- return battle_steps[game.battle.step]
+ return battle_steps[game.battle.step].name
}
function format_hits() {