summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index c8b61cf..07ed5ae 100644
--- a/rules.js
+++ b/rules.js
@@ -8109,7 +8109,7 @@ exports.action = function (state, role, action, arg) {
}
exports.is_checkpoint = function (a, b) {
- return a.turn !== b.turn
+ return a.deck.length !== b.deck.length
}
// === COMMON LIBRARY ===