From 0063c67729b717d93b8714dc3771ab1444d92024 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Wed, 25 Sep 2024 17:57:59 +0100 Subject: Fix Stasi and Common European Home --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') 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' -- cgit v1.2.3