--- a/ChangeLog.txt Fri Mar 09 19:05:59 2018 +0100
+++ b/ChangeLog.txt Fri Mar 09 19:40:49 2018 +0100
@@ -77,6 +77,7 @@
* Mission 1: Fix error message spam when Leaks a Lot drowns
* Mission 3: Fix cannibals sometimes doing nothing for a full turn
* Mission 6: Fix cyborgs sometimes doing nothing for a full turn
+ * Mission 8: Fix invisible cyborg sometimes blocking the way
* Mission 9: Fix cannibal talking to himself in cut scene if mission starts with 3 natives
Missions:
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua Fri Mar 09 19:05:59 2018 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua Fri Mar 09 19:40:49 2018 +0100
@@ -649,7 +649,6 @@
end
function SetupPlace()
- HideHedge(cyborg)
SetHogHat(natives[1], nativeHats[m5DeployedNum])
SetHogName(natives[1], nativeNames[m5DeployedNum])
@@ -748,6 +747,7 @@
AddTeam(loc("011101001"), 14483456, "ring", "UFO", "Robot", "cm_binary")
cyborg = AddHog(loc("Unit 334a$7%;.*"), 0, 200, "cyborg1")
+ HideHedge(cyborg)
SetGearPosition(cyborg, 0, 0)