diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-04 20:47:04 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | a2ccd4536f2764b72a8e51f699d23a4ef03ff0d9 (patch) | |
tree | c118f856467602386d47cc18aad9e3dd17e6a3e1 /rules.js | |
parent | 639066daa18aabed584597cc8e30c368cc4445d1 (diff) | |
download | nevsky-a2ccd4536f2764b72a8e51f699d23a4ef03ff0d9.tar.gz |
Streltsy!
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |