diff options
-rw-r--r-- | about.html | 4 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 © 2019 Rodger B. MacGowan and Studiolo Designs. @@ -2181,7 +2181,7 @@ function goto_eliminated_defender() { } function goto_retreat_attacker() { - log("Attacker retreat") + log("Attacker retreat.") logbr() game.state = "retreat_attacker" } |