WC: End the campaign at the end of the final scenario

Fixes the campaign part of #5891.

(cherry picked from commit 9d32c77035)
This commit is contained in:
Steve Cotton 2021-08-23 15:12:43 +02:00 committed by Steve Cotton
parent 9daa10a9f2
commit 6b6eb8a35b

View file

@ -83,6 +83,7 @@ function add_plot(scenario, scenario_num, nplayers)
result = "victory",
music = "sad.ogg",
end_text = _"The End",
next_scenario = "",
})
end
end