summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
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 ()
}
}