diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-02-03 19:08:19 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-02-03 19:10:02 +0100 |
commit | 9fc7a4ba2f4da39bfe1df6f88c4b42578f0c53cf (patch) | |
tree | 02643587c38a6e79cd5fb5132c329cb41fc9287f /rules.js | |
parent | 0b979b1575eab57bfe5f26b1dd34e48004221f58 (diff) | |
download | hammer-of-the-scots-9fc7a4ba2f4da39bfe1df6f88c4b42578f0c53cf.tar.gz |
Lords who defect from pillage should be attackers.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1380,7 +1380,7 @@ function end_pillage(where) { game.where = NOWHERE delete game.pillage if (is_contested_area(where)) { - set_attacker(where, ENEMY[game.active]) + set_attacker(where, game.active) start_battle(where, 'pillage') } else { end_player_turn() |