summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-06 00:45:09 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-06 00:45:39 +0100
commitfc10b3d9553b9be921d19afbbff209a82fd9e5f5 (patch)
tree139e25f9e9ade2516cc22d12164987e942243658 /rules.js
parent2386bdc8c8a10ca1a810e4534716e66112df6918 (diff)
downloadvotes-for-women-fc10b3d9553b9be921d19afbbff209a82fd9e5f5.tar.gz
Add second half of WI state to selectable area.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 38d9c9f..113236b 100644
--- a/rules.js
+++ b/rules.js
@@ -3186,9 +3186,9 @@ function log_h3(msg) {
function log_round(msg) {
log_br()
if (game.active === SUF)
- log(".h3.suf " + game.round + " \u2013 " + msg)
+ log(".h3.suf " + game.round + " - " + msg)
else
- log(".h3.opp " + game.round + " \u2013 " + msg)
+ log(".h3.opp " + game.round + " - " + msg)
log_br()
}