summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.html4
-rw-r--r--rules.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/about.html b/about.html
index 1417df9..4d7b556 100644
--- a/about.html
+++ b/about.html
@@ -5,10 +5,10 @@ final defeat at the Battle of Waterloo on June 18th. He was opposed by a Coaliti
of Anglo-Allied forces under the Duke of Wellington and Prussian forces under
Generalfeldmarschall von Blücher.
-<br clear="left">
-
<p>
Designer: Mark Herman.
+<br>Art: Charlie Kibler, Rodger B. MacGowan.
+<br>Programming: Tor Andersson.
<p>
Copyright &copy; 2019 Rodger B. MacGowan and Studiolo Designs.
diff --git a/rules.js b/rules.js
index 5af0abc..f5367c4 100644
--- a/rules.js
+++ b/rules.js
@@ -2181,7 +2181,7 @@ function goto_eliminated_defender() {
}
function goto_retreat_attacker() {
- log("Attacker retreat")
+ log("Attacker retreat.")
logbr()
game.state = "retreat_attacker"
}