summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
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 ''`)