share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua
changeset 12273 1d2fe83709d1
parent 12272 2c884bb73975
child 12508 071d1d699f27
equal deleted inserted replaced
12272:2c884bb73975 12273:1d2fe83709d1
   495     end
   495     end
   496   end
   496   end
   497   HideHedge(cyborg)
   497   HideHedge(cyborg)
   498   jetCrate = SpawnUtilityCrate(3915, 1723, amJetpack)
   498   jetCrate = SpawnUtilityCrate(3915, 1723, amJetpack)
   499 
   499 
       
   500   --[[ Block the left entrance.
       
   501        Otherwise the player could rope out of the map and
       
   502        go all the way around to the final crate. ]]
       
   503   PlaceGirder(90, 1709, 6)
       
   504   PlaceGirder(90, 1875, 6)
       
   505 
       
   506   -- Place mines on the ground floor
   500   AddGear(1071, 1913, gtMine, 0, 0, 0, 0)
   507   AddGear(1071, 1913, gtMine, 0, 0, 0, 0)
   501   AddGear(1098, 1919, gtMine, 0, 0, 0, 0)
   508   AddGear(1098, 1919, gtMine, 0, 0, 0, 0)
   502   AddGear(1136, 1923, gtMine, 0, 0, 0, 0)
   509   AddGear(1136, 1923, gtMine, 0, 0, 0, 0)
   503   AddGear(1170, 1930, gtMine, 0, 0, 0, 0)
   510   AddGear(1170, 1930, gtMine, 0, 0, 0, 0)
   504   AddGear(1203, 1924, gtMine, 0, 0, 0, 0)
   511   AddGear(1203, 1924, gtMine, 0, 0, 0, 0)