From 3c7c0be89551821107b17c44df863ad91e62b9d1 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 07:52:02 +0100 Subject: Debugging Reformer --- rules.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 0955eba..aacf2e3 100644 --- a/rules.js +++ b/rules.js @@ -3071,7 +3071,10 @@ function check_reformer() { } if (game.dem_tst_position < game.com_tst_position) { console.log('reformer set to COM') + console.log('game.playable_cards[66].playable before', game.playable_cards[66].playable) + console.log('game.playable_cards[67].playable before', game.playable_cards[67].playable) game.playable_cards[67].playable = COM + console.log('game.playable_cards[67].playable after', game.playable_cards[67].playable) } if (game.dem_tst_position === game.com_tst_position) { console.log(`reformer set to ''`) -- cgit v1.2.3