diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3474,10 +3474,6 @@ function draw_strategy_card() { // === VIEW === -exports.is_checkpoint = function (a, b) { - return a.round !== b.round -} - exports.view = function (state, player) { game = state |