diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -11320,10 +11320,6 @@ 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 |