diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -925,7 +925,7 @@ states.raid_before_hunt = { play_battle_card(game.tr, card); if (card === US_SIGNAL_BOOKS_OVERBOARD) { let c = discard_random_card(game.us.hand, game.us.discard); - log("United States discarded #" + c + "\."); + log("United States discarded #" + c + "."); } if (card === HAPPY_HUNTING) { game.happy_hunting = true; @@ -2937,8 +2937,6 @@ exports.action = function (state, current, action, arg) { } exports.resign = function (state, current) { - return state; - // DISABLE resigning game = state; if (game.state !== 'game_over') { if (current === US) |