diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 () } } |