From 1507f6ac97d82746d9779b75b7afbbc66d5239ea Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 28 Nov 2024 18:24:53 +0000 Subject: Stop TST when resolving Goodbye Lenin and at top of TST track --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 0c2e960..5eae2e5 100644 --- a/rules.js +++ b/rules.js @@ -6562,7 +6562,7 @@ states.vm_goodbye_lenin_ops = { view.prompt = `Play ${clean_name(cards[this_card()].name)} for:` gen_action('influence') gen_action('support_check') - if ((game.active === DEM && game.dem_tst_attempted_this_turn === 0 ) || (game.active === COM && game.com_tst_attempted_this_turn === 0 )) { + if ((game.active === DEM && game.dem_tst_attempted_this_turn === 0 && game.dem_tst_position < 8) || (game.active === COM && game.com_tst_attempted_this_turn === 0 && game.com_tst_position < 8)) { gen_action('tst') } }, -- cgit v1.2.3