--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua Wed May 04 04:32:31 2016 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua Wed May 04 04:44:41 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("Progress", "10")
SaveCampaignVar("Won", "true")
end