summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index cdf72c8..1a8b4da 100644
--- a/rules.js
+++ b/rules.js
@@ -524,6 +524,7 @@ states.play_card ={
}
// Check for Reformer Rehabilitated
+ console.log('game.active', game.active, 'game.playable_cards[67].playable', game.playable_cards[67].playable)
if (game.played_card === 67){
if (game.active === DEM && game.playable_cards[67].playable === DEM) {
gen_action('event')
@@ -2772,6 +2773,7 @@ function do_tst_attempt() {
if (game.dem_tst_position === game.com_tst_position) {
game.playable_cards[67].playable = ''
}
+ console.log('game.playable_cards[67].playable', game.playable_cards[67].playable)
}
function check_presence(country) {