summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-07-14 12:21:10 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commit10ae90c760af05516d76521f65e5d2daa71adc22 (patch)
tree5a41af269dde4b60b54d691a1694fa1d4d6c9a9e
parentca9dd7a2749b728349ec753bca6534d3ea33b466 (diff)
downloadwilderness-war-10ae90c760af05516d76521f65e5d2daa71adc22.tar.gz
Fix interaction with retroactive foul weather and massacre!
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index bd7d4cd..61ccff5 100644
--- a/rules.js
+++ b/rules.js
@@ -6951,6 +6951,7 @@ function goto_massacre(reason) {
set_active_enemy()
game.state = 'massacre_1'
game.massacre = reason
+ return goto_retroactive_foul_weather()
}
function end_massacre() {