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