summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index c0d6907..b72e567 100644
--- a/rules.ts
+++ b/rules.ts
@@ -3335,7 +3335,7 @@ function do_levy_troops() {
break
case "fortress":
add_lord_forces(game.command, MEN_AT_ARMS, 1)
- add_lord_forces(game.command, MILITIA, 1)
+ add_lord_forces(game.command, LONGBOWMEN, 1)
break
}