diff -r c8457c7f10f4 -r 62be63822a96 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua Wed May 04 04:07:12 2016 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua Wed May 04 04:32:31 2016 +0200 @@ -83,6 +83,7 @@ AddNewEvent(CheckCrateTaken, {}, DoCrateTaken, {}, 1) TurnTimeLeft = 0 ShowMission("Epilogue", "That's all folks!", "You have successfully finished the campaign!|If you wish to replay, there are other possible endings, too!|You can practice moving around and using utilities in this mission.|However, it will never end!", 1, 0) + SaveCampaignVar("Won", "true") end ---------------------------Events-------------------------------------