summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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