summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-25 17:57:59 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-25 17:57:59 +0100
commit0063c67729b717d93b8714dc3771ab1444d92024 (patch)
treecbc9406488dac564a7e05e40f9e05d1547467b55 /rules.js
parent440a6dd7874f8cf46af167c4b70dbc17bb7d996e (diff)
download1989-dawn-of-freedom-0063c67729b717d93b8714dc3771ab1444d92024.tar.gz
Fix Stasi and Common European Home
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index a69bae8..621918d 100644
--- a/rules.js
+++ b/rules.js
@@ -2068,7 +2068,7 @@ states.stasi_play_card = {
end_round()
},
done () {
- if (democrat_hand.includes(21)) {
+ if (game.democrat_hand.includes(21)) {
game.state = 'stasi_resolve_common_european_home'
} else {
game.state = 'play_card'