From 398a10a5c7896097ca9bb98505f639e4a3538f58 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 29 Jul 2021 23:38:53 +0200 Subject: hammer: Fix bug when there are no border raid victims. --- rules.js | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.js') 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(); -- cgit v1.2.3