summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-10 10:48:59 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-10 10:48:59 +0000
commitd8ae7f550d9b1b5d9510598ff9df5703af2e0c92 (patch)
tree3b72620030a978799b91202d88974141702cdf36
parent4913146fdf49ff941e582970c6056d21444e6efa (diff)
download1989-dawn-of-freedom-d8ae7f550d9b1b5d9510598ff9df5703af2e0c92.tar.gz
VP penalty if CEH sent to TST
-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 ()
}
}