Block left entrance in ACF, mission 6
authorWuzzy <almikes@aol.com>
Sun, 16 Apr 2017 08:49:18 +0200
changeset 12273 1d2fe83709d1
parent 12272 2c884bb73975
child 12274 b203e1a30862
Block left entrance in ACF, mission 6
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua	Sun Apr 16 08:19:33 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua	Sun Apr 16 08:49:18 2017 +0200
@@ -497,6 +497,13 @@
   HideHedge(cyborg)
   jetCrate = SpawnUtilityCrate(3915, 1723, amJetpack)
 
+  --[[ Block the left entrance.
+       Otherwise the player could rope out of the map and
+       go all the way around to the final crate. ]]
+  PlaceGirder(90, 1709, 6)
+  PlaceGirder(90, 1875, 6)
+
+  -- Place mines on the ground floor
   AddGear(1071, 1913, gtMine, 0, 0, 0, 0)
   AddGear(1098, 1919, gtMine, 0, 0, 0, 0)
   AddGear(1136, 1923, gtMine, 0, 0, 0, 0)