From 6583124a109c4d171e0db2c81927ae14aa0daa54 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 07:34:14 +0100 Subject: Debugging Reformer --- rules.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules.js') 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) { -- cgit v1.2.3