From a2ccd4536f2764b72a8e51f699d23a4ef03ff0d9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 4 Jan 2023 20:47:04 +0100 Subject: Streltsy! --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') 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 -- cgit v1.2.3