summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index b3bbecf..c65aae8 100644
--- a/rules.js
+++ b/rules.js
@@ -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)