From 99a6ff8112bbc47d6c2825c36328aa40c5c99384 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 26 Oct 2024 01:06:07 +0200 Subject: fix typo --- about.html | 26 +++++++++++++++++--------- rules.js | 2 +- 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 @@

- 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. - - -

- Designer: Jason Matthews, Ted Torgerson. -
Copyright © 2012 GMT Games, LLC. -
Programming © 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. + +

+Designer: Jason Matthews, Ted Torgerson. +
Copyright © 2012 GMT Games, LLC. +
Programming © 2024 Iain Pearce. + +

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 } -- cgit v1.2.3