share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua
changeset 11954 62be63822a96
parent 11038 5a9dde74127e
child 11955 d72a177dbaea
--- 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-------------------------------------