diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8415,10 +8415,6 @@ exports.action = function (state, role, action, arg) { return save_game() } -exports.is_checkpoint = function (a, b) { - return a.deck.length !== b.deck.length -} - // === COMMON LIBRARY === function clear_undo() { |