diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) {
|