From 4ef5a569134071575b74c523aefdb869dca258ed Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 19 Oct 2022 01:26:11 +0200 Subject: Fix typo in combat result table. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') 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) { -- cgit v1.2.3