diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-25 17:57:59 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-25 17:57:59 +0100 |
commit | 0063c67729b717d93b8714dc3771ab1444d92024 (patch) | |
tree | cbc9406488dac564a7e05e40f9e05d1547467b55 /rules.js | |
parent | 440a6dd7874f8cf46af167c4b70dbc17bb7d996e (diff) | |
download | 1989-dawn-of-freedom-0063c67729b717d93b8714dc3771ab1444d92024.tar.gz |
Fix Stasi and Common European Home
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'
|