summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index b4e9be7..0095360 100644
--- a/rules.js
+++ b/rules.js
@@ -3065,7 +3065,10 @@ exports.action = function (state, current, action, arg) {
exports.resign = function (state, current) {
load_game(state);
+ logbr();
+ log(`${current} resigned.`);
goto_game_over();
+ game.victory = `${current} resigned.`;
return save_game();
}