From ef7c22e04584531784b841ab54b63e7e5247ffd4 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 7 Nov 2024 11:41:37 +0000 Subject: Chinese solution playable from box 7 not 8 --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 084ff6b..9fd78cc 100644 --- a/rules.js +++ b/rules.js @@ -3085,7 +3085,7 @@ function event_is_playable(card) { return false } //Check for The Chinese Solution - else if (game.com_tst_position === 8 && card === C_THE_CHINESE_SOLUTION) { + else if (game.com_tst_position >= 7 && card === C_THE_CHINESE_SOLUTION) { return true } @@ -4654,6 +4654,7 @@ function vm_civic_forum() { } function vm_common_european_home() { + if (game.active === DEM) { for (let c of game.democrat_hand) { if (cards[c].side === 'C') { -- cgit v1.2.3