# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1520620849 -3600
# Node ID 9655072d02867ed1c88a014f8eec5336f87ec4b6
# Parent  5083fb0a299255e177c1bbf2ad110f20742b2183
ACF8: Fix invisible cyborg sometimes blocking the way

diff -r 5083fb0a2992 -r 9655072d0286 ChangeLog.txt
--- 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:
diff -r 5083fb0a2992 -r 9655072d0286 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
--- 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)