summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-10-19 01:26:11 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commit4ef5a569134071575b74c523aefdb869dca258ed (patch)
tree1ec7a3ed64114d9b1152dbce0797281c52bb2e54 /rules.js
parent644d1a96728f17bc5ea8ad0ce45415b4d5ca9026 (diff)
downloadwilderness-war-4ef5a569134071575b74c523aefdb869dca258ed.tar.gz
Fix typo in combat result table.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index ee3efa8..c374905 100644
--- a/rules.js
+++ b/rules.js
@@ -4174,7 +4174,7 @@ const COMBAT_RESULT_TABLE = [
[ 16, [ 1, 2, 3, 3, 4, 4, 4, 5 ]],
[ 21, [ 2, 3, 3, 4, 4, 5, 5, 6 ]],
[ 27, [ 3, 4, 4, 4, 5, 5, 6, 7 ]],
- [ 1000, [ 3, 4, 5, 5, 6, 6, 7, 8 ]],
+ [ 1000, [ 3, 4, 5, 5, 5, 6, 7, 8 ]],
]
function combat_result(die, str, shift) {