diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-10 10:48:59 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-10 10:48:59 +0000 |
commit | d8ae7f550d9b1b5d9510598ff9df5703af2e0c92 (patch) | |
tree | 3b72620030a978799b91202d88974141702cdf36 | |
parent | 4913146fdf49ff941e582970c6056d21444e6efa (diff) | |
download | 1989-dawn-of-freedom-d8ae7f550d9b1b5d9510598ff9df5703af2e0c92.tar.gz |
VP penalty if CEH sent to TST
-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 () } } |