diff options
-rw-r--r-- | rules.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3788,6 +3788,12 @@ function draw_strategy_card() { // === VIEW === +exports.dont_snap = function(state) { + if (state.state === "choose_objective_card" && state.active !== "Both") + return true + return false +} + exports.view = function (state, player) { game = state |