summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-26 01:06:07 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-26 01:06:34 +0200
commit99a6ff8112bbc47d6c2825c36328aa40c5c99384 (patch)
treeb772d090f37bda65e9bbadaf401074dd40f3edf4
parent4cc31a4a900a93473f98a23a9de78ffe7001dbff (diff)
download1989-dawn-of-freedom-99a6ff8112bbc47d6c2825c36328aa40c5c99384.tar.gz
fix typo
-rw-r--r--about.html26
-rw-r--r--rules.js2
2 files changed, 18 insertions, 10 deletions
diff --git a/about.html b/about.html
index d9ba2a8..7cd0291 100644
--- a/about.html
+++ b/about.html
@@ -1,10 +1,18 @@
<p>
- 1989 is an exciting, fast paced game simulating the end of the Cold War in 1989. During this amazing year, a series of democratic revolutions ended the 40 year Soviet empire in Eastern Europe. 1989 simulates the political, social and economic aspects of these revolutions using a card driven system similar to Twilight Struggle.
-
-
- <p>
- Designer: Jason Matthews, Ted Torgerson.
- <br> Copyright &copy; 2012 <a href="https://www.gmtgames.com/p-543-1989-2nd-printing.aspx">GMT Games, LLC</a>.
- <br> Programming &copy; 2024 Iain Pearce.
-
- \ No newline at end of file
+1989 is an exciting, fast paced game simulating the end of the Cold War in
+1989. During this amazing year, a series of democratic revolutions ended the 40
+year Soviet empire in Eastern Europe. 1989 simulates the political, social and
+economic aspects of these revolutions using a card driven system similar to
+Twilight Struggle.
+
+<p>
+Designer: Jason Matthews, Ted Torgerson.
+<br> Copyright &copy; 2012 <a href="https://www.gmtgames.com/p-543-1989-2nd-printing.aspx">GMT Games, LLC</a>.
+<br> Programming &copy; 2024 Iain Pearce.
+
+<ul>
+<li><a href="/1989-dawn-of-freedom/info/rulebook.html">Rulebook</a>
+<li><a href="/1989-dawn-of-freedom/info/playbook.html">Playbook</a>
+<li><a href="/1989-dawn-of-freedom/info/reference.html">Reference</a>
+<li><a href="/1989-dawn-of-freedom/info/cards.html">Cards</a>
+</ul>
diff --git a/rules.js b/rules.js
index 64d4396..c179e9e 100644
--- a/rules.js
+++ b/rules.js
@@ -193,7 +193,7 @@ exports.view = function(state, player) {
if (game.is_pwr_struggle) {
view.power_struggle_discard = game.power_struggle_discard
- view.played_power_card = game.played_power_card,
+ view.played_power_card = game.played_power_card
} else {
view.strategy_discard = game.strategy_discard
}