diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-29 23:38:53 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:17 +0100 |
commit | 398a10a5c7896097ca9bb98505f639e4a3538f58 (patch) | |
tree | 960282832ec0bdabb01843f129fe1944ad76e73e | |
parent | 8d5ae02380fe552d89640f73101091c134190330 (diff) | |
download | hammer-of-the-scots-398a10a5c7896097ca9bb98505f639e4a3538f58.tar.gz |
hammer: Fix bug when there are no border raid victims.
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |