--- a/ChangeLog.txt Fri May 31 15:04:43 2019 +0200
+++ b/ChangeLog.txt Fri May 31 15:20:03 2019 +0200
@@ -65,6 +65,7 @@
+ Show your current records at mission start when re-playing one of the challenges
+ Spacetrip: Move flowers of desert planet above cactus
+ Searching in the dust: Enable skip in entire mission
+ + Getting to the device: Different ending when hero chose to battle in "Bad timing" mission
* Searching in the dust: Fix mission ending when all smugglers are dead
* Searching in the dust: Fix a lot of broken/stupid smuggler behaviours
* Chasing the blue hog: Fix player not losing the race when timing out while still having the rope
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua Fri May 31 15:04:43 2019 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua Fri May 31 15:20:03 2019 +0200
@@ -557,6 +557,11 @@
function saveVariables()
saveCompletedStatus(2)
+ if chooseToBattle then
+ SaveCampaignVar("Fruit01JoinedBattle", "true")
+ else
+ SaveCampaignVar("Fruit01JoinedBattle", "false")
+ end
SaveCampaignVar("UnlockedMissions", "4")
SaveCampaignVar("Mission1", "8")
SaveCampaignVar("Mission2", "3")