From 10ae90c760af05516d76521f65e5d2daa71adc22 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 14 Jul 2022 12:21:10 +0200 Subject: Fix interaction with retroactive foul weather and massacre! --- rules.js | 1 + 1 file changed, 1 insertion(+) 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() { -- cgit v1.2.3