diff options
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1559,7 +1559,8 @@ function init_pax_deorum(concurrent) { log(PLAYER_NAME[game.current] + " put discard in available.") flip_discard_to_available() } - concurrent.push(game.current) + if (game.draw[game.current].length > 0) + concurrent.push(game.current) } function end_pax_deorum() { |