summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index bdecbfe..0b033c0 100644
--- a/rules.js
+++ b/rules.js
@@ -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() {