From d8ae7f550d9b1b5d9510598ff9df5703af2e0c92 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 10 Nov 2024 10:48:59 +0000 Subject: VP penalty if CEH sent to TST --- rules.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.js b/rules.js index e61586c..d243fbf 100644 --- a/rules.js +++ b/rules.js @@ -654,6 +654,7 @@ states.play_card ={ tst() { push_undo() log_gap(`Played C${game.played_card} to the Tiananmen Square Track`) + finish_play_card() game.state='tiananmen_square_attempt' }, support_check() { @@ -791,6 +792,7 @@ states.tiananmen_square_attempt = { }, roll() { clear_undo() + game.vm_event_to_do = false do_tst_attempt () } } -- cgit v1.2.3