summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.html11
-rw-r--r--rules.js4
2 files changed, 12 insertions, 3 deletions
diff --git a/play.html b/play.html
index 4231f55..f47879d 100644
--- a/play.html
+++ b/play.html
@@ -913,7 +913,16 @@ div.button_box .button {
7 0 35 11 47 5 5 5 6 2 13 -2 4 -6 10 -9 13 -6 7 -9 14 -9 25 0 8 -1 9 -6 12
-3 2 -7 5 -8 8 -4 7 -6 7 -23 6 -15 -1 -17 -1 -27 4 -7 4 -18 7 -40 10 -34 5
-43 9 -52 22 -8 12 -13 15 -24 15 -13 0 -19 5 -18 15 1 4 1 7 0 7 -1 0 -6 -3
--11 -6z"/>
+-11 -6z
+M2607 2842 c-4 -8 -38 -30 -45 -30 -3 0 -8 -1 -11 -2 -6 -2 -21 -16
+-21 -19 0 -6 8 -9 24 -11 31 -3 45 -6 53 -11 8 -4 10 -4 17 -2 6 1 11 1 19 -1
+16 -4 22 -7 26 -14 1 -3 5 -7 8 -9 7 -4 13 -17 13 -27 0 -6 1 -9 3 -11 4 -2 4
+-1 9 9 2 6 6 16 7 22 4 12 9 18 16 18 3 0 8 2 12 5 6 4 10 5 16 4 6 0 7 0 9 3
+3 6 11 9 26 12 8 1 14 3 15 5 6 11 9 12 26 10 9 0 20 -2 25 -4 7 -2 9 -2 11 0
+4 4 15 6 23 4 l5 -1 -4 9 -4 9 -14 0 c-27 0 -36 4 -38 16 l-1 6 -8 -4 c-5 -2
+-12 -4 -18 -4 -17 0 -29 -5 -41 -17 -12 -12 -19 -14 -35 -12 -10 1 -10 1 -22
+0 -12 -2 -23 4 -30 14 -6 9 -20 19 -26 19 -2 0 -7 -3 -11 -7 -7 -7 -15 -9 -20
+-5 -5 3 -9 15 -8 23 1 10 -2 12 -6 3z"/>
<path id="MI" class="midwest state" d="M2869 2740 c-2 -3 -2 -6 -1 -8 2 -4 3 -16 0 -19 0 -2 -5 -4 -10 -7
l-9 -3 1 -21 c0 -20 0 -20 -6 -26 -7 -7 -18 -8 -24 -2 -6 6 -9 5 -14 -6 -4 -9
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()
}