summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-04 20:47:04 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commita2ccd4536f2764b72a8e51f699d23a4ef03ff0d9 (patch)
treec118f856467602386d47cc18aad9e3dd17e6a3e1 /rules.js
parent639066daa18aabed584597cc8e30c368cc4445d1 (diff)
downloadnevsky-a2ccd4536f2764b72a8e51f699d23a4ef03ff0d9.tar.gz
Streltsy!
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 eb13548..f240005 100644
--- a/rules.js
+++ b/rules.js
@@ -6806,7 +6806,7 @@ function count_zero_hits(_) {
function count_archery_xhits(lord) {
let xhits = 0
- if (lord_has_capability(lord, AOW_TEUTONIC_BALISTARII))
+ if (lord_has_capability(lord, AOW_TEUTONIC_BALISTARII) || lord_has_capability(lord, AOW_RUSSIAN_STRELTSY))
xhits += get_lord_forces(lord, MEN_AT_ARMS)
if (is_hill_in_play())
return xhits << 1