diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-07-14 12:21:10 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | 10ae90c760af05516d76521f65e5d2daa71adc22 (patch) | |
tree | 5a41af269dde4b60b54d691a1694fa1d4d6c9a9e | |
parent | ca9dd7a2749b728349ec753bca6534d3ea33b466 (diff) | |
download | wilderness-war-10ae90c760af05516d76521f65e5d2daa71adc22.tar.gz |
Fix interaction with retroactive foul weather and massacre!
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |