summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-29 23:38:53 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:17 +0100
commit398a10a5c7896097ca9bb98505f639e4a3538f58 (patch)
tree960282832ec0bdabb01843f129fe1944ad76e73e
parent8d5ae02380fe552d89640f73101091c134190330 (diff)
downloadhammer-of-the-scots-398a10a5c7896097ca9bb98505f639e4a3538f58.tar.gz
hammer: Fix bug when there are no border raid victims.
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 52a9608..eef7af0 100644
--- a/rules.js
+++ b/rules.js
@@ -2010,6 +2010,7 @@ function goto_border_raids() {
game.state = 'border_raids';
} else {
log("England has no non-noble blocks in play.");
+ end_game_turn();
}
} else {
end_game_turn();