summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 4f502de..af57c35 100644
--- a/rules.js
+++ b/rules.js
@@ -10083,6 +10083,10 @@ exports.action = function (state, current, action, arg) {
return game
}
+exports.is_checkpoint = function (a, b) {
+ return a.turn !== b.turn
+}
+
// === COMMON TEMPLATE ===
// Packed array of small numbers in one word