summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-27 15:44:01 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:39 +0100
commit189af147e9631e428a20d928a14f61cd6f90b290 (patch)
treed7c083e02a0352361b2fff1069b793a0fc588d09 /rules.js
parent10f962dae2daf58c93701319de3902274b49aece (diff)
downloadnevsky-189af147e9631e428a20d928a14f61cd6f90b290.tar.gz
Fix range.
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 aebb1cb..7e807de 100644
--- a/rules.js
+++ b/rules.js
@@ -3468,7 +3468,7 @@ states.levy_muster_lord = {
push_state("muster_lord_at_seat")
game.who = other
} else {
- log(`L${other} 1-${range(fealty)}: ${MISS[die]}`)
+ log(`L${other} ${range(fealty)}: ${MISS[die]}`)
resume_levy_muster_lord()
}
},