summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index fc1f037..48d72a5 100644
--- a/rules.js
+++ b/rules.js
@@ -2603,6 +2603,14 @@ function do_tst_attempt() {
roll ++;
log('+1 modifier from previous Tiananmen Square Track attempts')
}
+ if (game.active === DEM && game.dem_tst_position >= 1 && game.com_tst_position === 0) {
+ roll ++
+ log('+1 from TST award')
+ }
+ if (game.active === COM && game.com_tst_position >= 1 && game.dem_tst_position === 0) {
+ roll ++
+ log('+1 from TST award')
+ }
if ((game.active === DEM && cards[game.played_card].side === 'D') || (game.active === COM && cards[game.played_card].side === 'C')) {
roll ++;
log('+1 for playing own card');